Extraction

Get Extraction Status

Get the status of an extraction job

get/api/v1/status/{job_id}

Path parameters

job_idstring required

Response

Successful Response

successboolean required

Whether the request was successful

messagestring required

Human-readable message

request_idstring

Unique identifier for the request

job_idstring required

Unique identifier for the extraction job

status'uploaded' | 'queued' | 'processing' | 'completed' | 'failed' | 'signin_required' | 'expired' required

Standardized status codes for the API

updated_atstring nullable

Timestamp when the status was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.