Get submission detail and job summaries
Endpoints
Get submission
Retrieve submission status and linked job summaries.
GET
Get submission detail and job summaries
Returns the current partner-facing status of a submission and processing jobs. Use this to poll for progress if you are not using webhooks.
Statuses are lowercase strings with a human-readable
When complete, follow the
Status values
| Status | Meaning |
|---|---|
received | Submission accepted |
validating | Validation in progress |
validated | Validated, pipeline starting |
processing | Inference and report pipeline running |
completed | Finished — use resultId from the detail payload when present |
failed | Processing failed |
rejected | Rejected (e.g. policy or validation at ingest) |
statusLabel. They are partner-facing labels, not raw database enum names.
All resources are scoped to your account. A submissionId from another account returns 404.
Example request
resultId (or webhook) to GET /v1/results/{resultId}.Authorizations
Plaintext API key issued for the tenant (stored hashed server-side).
Headers
Optional; echoed when possible. Server generates when absent.
Path Parameters
Response
Submission scoped to tenant; enforces optional metadata.partnerId scoping
Stable public slug for submission pipeline state (partner JSON).
Available options:
received, validating, validated, processing, completed, failed, rejected Human-readable label for status (e.g. Processing).
Minimum string length:
1