cURL
curl --request POST \ --url https://data.spb.tac.build/operation-ids-by-shards-keys \ --header 'Content-Type: application/json' \ --data '{ "caller": "<string>", "shardsKeys": [ "<string>" ] }'
{ "response": {} }
Returns operation IDs that satisfy certain filters
Request body
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?