get_job_request
curl --request GET \
--url https://ndi-api.nace.ai/v1/jobs/{job_id}/request \
--header 'X-API-Key: <api-key>'{}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}get_job_request
Read back the request a document operation ran under. Cost class: fast.
What a finished run was asked for — the page selection, the schema, the
targets — so a caller can show the settings that produced a result, rebuild
the call that made it, or submit it again. Job.source names the document;
this names everything else.
Its own route rather than a field on Job: an extract schema or a ground
target list is large, and GET /v1/jobs returns up to 200 rows.
Retention is the same as the result’s — the request is read from the stored payload, so it dies with it rather than outliving it.
GET
/
v1
/
jobs
/
{job_id}
/
request
get_job_request
curl --request GET \
--url https://ndi-api.nace.ai/v1/jobs/{job_id}/request \
--header 'X-API-Key: <api-key>'{}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}Authorizations
Path Parameters
Job identifier.
Response
Successful Response
- Response Get Job Request V1 Jobs Job Id Request Get
- SplitRequestEcho
- ClassifyRequestEcho
- CategorizeRequestEcho
- Response Get Job Request V1 Jobs Job Id Request Get
- GroundRequestEcho
The response is of type Response Get Job Request V1 Jobs Job Id Request Get · object.