v3
latestOpenAPI 3.0.02026-08-081996601.2 MBJobs
Get a job by ID
Returns the job with the specified job_id. Jobs are background processes, such as replacing the filterable metadata attributes.
get/v2/jobs/{job_id}
Path parameters
job_idstring required
The ID of the job to get.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
A job.
Example response
{
"id": "job_1234",
"corpus_keys": [
"my-corpus"
]
}