ingestion > status
Get By Ingest Job Id
Returns Ingest Job by Ingest Job ID.
get/api/v1/ingestion/jobs/{ingest_job_id}
Path parameters
ingest_job_idstring required
Headers
Authorizationstring required
Bearer authentication
Response
Successful Response
Changes
Changed in 1 of the 2 revisions of this API.21
- ▲
for the
pathrequest parameteringest_job_id, the minLength was increased from0to24request-parameter-min-length-increased
- ▲
added the pattern
^[0-9a-f]{24}$to thepathrequest parameteringest_job_idrequest-parameter-pattern-added
- ●
for the
pathrequest parameteringest_job_id, the maxLength was set to24request-parameter-max-length-set
- ▲