This API endpoint provides the functionality to query the status of multiple photo cropping jobs using tags specified at the time of job submission. Users can retrieve a consolidated status report for all jobs matching the provided tags, enabling efficient tracking of related jobs.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
job_id
string
optional
Include either job_id for querying a single job's status or tags for querying the status of multiple jobs associated with those tags. Do not include both in the same request.
job_labels
array[string]
optional
Retrieve jobs by their assigned job_labels. Note: You can specify either a job_id or job_labels for the query.