Get a data extraction job
Returns a data extraction job by identifier.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Resource identifier.
"2f1f35f4-4f50-44f3-a8ab-2772d395f0c2"
Response
OK
UTC timestamp when the job was created.
"2026-07-13T12:00:00Z"
Unique identifier of the extraction job.
"01980a89-21f0-7d7e-a109-564b5c6f53ac"
Fields requested for extraction, grouped by data source and table.
Current processing status of the job.
"completed"
UTC timestamp when the job reached a terminal state.
"2026-07-13T12:05:00Z"
Filter conditions applied to the extraction.
Caller-defined public metadata stored with the job.
SHA-256 digest used to detect idempotent duplicate requests.
"d7a8fbb307d7809469ca9abcb0082e4f8d5651e46d3cdb762d02d0bf37c9e592"
HMAC digest used to verify the result integrity.
"9dc118e1d4efdcf0f45bb646c38c2a02e9c20b0fc2c75c1a9be0fae200bd9f93"
Storage path of the generated extraction result.
"s3://fetcher-results/jobs/01980a89-21f0-7d7e-a109-564b5c6f53ac.json"

