Skip to main content
GET
Get a job

Authorizations

Authorization
string
header
required

Send your workspace API key as a bearer token:

Keys are scoped to a single workspace. See Authentication.

Path Parameters

job_id
string
required

Response

The job.

id
string
Example:

"job_01k3m9x7v2q8r4t6y0b1n5d7fa"

object
string
Allowed value: "job"
type
enum<string>
Available options:
search,
enrich,
export
status
enum<string>
Available options:
queued,
running,
completed,
failed,
cancelled,
partially_completed
progress
object
result_count
integer | null
download_url
string<uri> | null

For export jobs, a signed URL valid for 24 hours.

error
object
credits_charged
integer
created_at
string<date-time>
completed_at
string<date-time> | null