Extraction

Get Extraction Result

Get the extraction result for a completed job

get/api/v1/result/{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

raw_json_urlstring nullable

URL to download the raw extraction data

processed_json_urlstring nullable

URL to download the processed extraction data

processed_excel_urlstring nullable

URL to download the Excel report with raw and processed data

raw_csv_urlstring nullable

URL to download the raw extraction data as CSV (generated on-the-fly)

processed_csv_urlstring nullable

URL to download the processed extraction data as CSV (generated on-the-fly)

Changes

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