Skip to main content
POST
Create a data extraction job

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json

Fetcher request payload.

dataRequest
object
required

Fields and filters to extract from configured data sources.

Example:
metadata
object
required

Caller-defined metadata stored with the job; source identifies the owning product.

Example:

Response

Duplicate request; the existing job is returned.

createdAt
string<date-time>
required

UTC timestamp when the job was created.

Example:

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

jobId
string
required

Unique identifier of the extraction job.

Example:

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

message
string
required

Outcome of the create request.

Example:

"Job created and queued for processing"

status
string
required

Current processing status of the job.

Example:

"pending"