Check Job
Not all our APIs are synchronous, usually a potentially long running process will be handled by a job. To check whether job is finished or to get any other information, use this query.
Example Request via cURL
Below is the more readable version of request body from cURL command above.
operationName: you can fill any alphanumeric string in as the operationName. GetJobQuery is fine as a default. Refer this page to organize operationName properly.
query: Copy it from cURL example.
Example Response
Here is the response when you execute the cURL command above.
If the status is already DELIVERED, then the job is finished.
Last updated