forked from docs/doc-exports
Reviewed-by: Kucerak, Kristian <kristian.kucerak@t-systems.com> Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
3.4 KiB
3.4 KiB
Querying Job Details
Scenario
After a request is successfully received, a job id is returned. You can run the job to query the execution status. This part describes how to use a job ID to query job details.
Involved APIs
If you use a token for authentication, you must obtain the token and add X-Auth-Token to the request header of the IMS API when making an API call.
Procedure
- Obtain the token.
- Send GET https://IMS endpoint/v1/Project ID/jobs/Job ID.
- Add X-Auth-Token to the request header.
- Check the job details after the request is successfully processed. For details about the parameters, see "Asynchronous Job Query" in Image Management Service API Reference.
Parent topic: Common Scenarios