v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Sheets

Get export job status

Retrieve the status of an asynchronous export job.

get/v1/sheets/{sheet_id}/export-file-async/jobs/{export_job_id}

Path parameters

sheet_idinteger required

The id of the sheet.

export_job_idinteger required

The id of the export job.

Response

The request has succeeded.

idinteger

The id of the export job.

status'RUNNING' | 'SUCCESS' | 'ERROR'

The status of the export job.

sheet_export_idinteger

The id of the resulting export file (available when status is SUCCESS).