Get ingest job

GET https://api.invunion.com/api/v1/ingest/jobs/:id ingest:write Markdown

Get one file-import job by UUID.

Returns status and row counts for a CSV, bank-statement, or invoice file import. Status is pending, processing, completed, or failed. Requires `ingest:write`.

Path parameters

NameTypeRequired
id

Import job UUID.

Example: 6a4deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d

string

No maximum

Required

Errors

This operation can return the following errors in addition to generic HTTP failures.

Error HTTP code Description
Missing Bearer token 401 The Authorization header is missing or is not a Bearer token.
Invalid or revoked API key 401 The API key is unknown, malformed, expired, or has been revoked.
API key is missing scope ingest:write 403 The key does not include ingest:write. A write scope does not imply the matching read scope.
Too many requests, please try again later 429 Wait and retry. The Retry-After header is the number of seconds to wait.
Import job not found 404 No import job with this UUID exists in the authenticated tenant.
Internal server error 500 Unexpected server error. The JSON body includes correlationId. Retry with backoff.