Skip to main content
GET
Get a data extraction job

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string
required

Resource identifier.

Example:

"2f1f35f4-4f50-44f3-a8ab-2772d395f0c2"

Response

OK

createdAt
string<date-time>
required

UTC timestamp when the job was created.

Example:

"2026-07-13T12:00:00Z"

id
string
required

Unique identifier of the extraction job.

Example:

"01980a89-21f0-7d7e-a109-564b5c6f53ac"

mappedFields
object
required

Fields requested for extraction, grouped by data source and table.

Example:
status
string
required

Current processing status of the job.

Example:

"completed"

completedAt
string<date-time>

UTC timestamp when the job reached a terminal state.

Example:

"2026-07-13T12:05:00Z"

filters
object

Filter conditions applied to the extraction.

Example:
metadata
object

Caller-defined public metadata stored with the job.

Example:
requestHash
string

SHA-256 digest used to detect idempotent duplicate requests.

Example:

"d7a8fbb307d7809469ca9abcb0082e4f8d5651e46d3cdb762d02d0bf37c9e592"

resultHmac
string

HMAC digest used to verify the result integrity.

Example:

"9dc118e1d4efdcf0f45bb646c38c2a02e9c20b0fc2c75c1a9be0fae200bd9f93"

resultPath
string

Storage path of the generated extraction result.

Example:

"s3://fetcher-results/jobs/01980a89-21f0-7d7e-a109-564b5c6f53ac.json"