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.
When complete, follow the
Status values
Statuses are lowercase strings with a human-readable
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