Get Job Status
Get Job Status
Retrieves the current status and details of an extraction job using its publicId
GET
Get Job Status
Description
This endpoint allows you to query the status and progress of a previously initiated extraction job. Use the job’spublicId to track progress until completion.
We recommend using webhooks to receive automatic notifications instead of constant polling.
Parameters
Unique public ID of the job obtained when creating the extraction (e.g., “JOB20250104123456789A”)
Response
Unique extraction ID
Current extraction status:
PENDING: In queue, waiting to be processedPROCESSING: Extracting documents from SATCOMPLETED: Successfully completedFAILED: Failed due to unrecoverable error
Creation timestamp in ISO 8601 format
Last update timestamp
Completion timestamp (only when status is COMPLETED or FAILED)
Original extraction options
Taxpayer information
Extraction progress information
List of extracted documents (only when status is COMPLETED)
Error information (only when status is FAILED)
Examples
Example responses
Efficient polling implementation
Extraction states
PENDING
PENDING
The extraction is in queue waiting to be processed. This may take a few minutes during peak hours.
PROCESSING
PROCESSING
The extraction is in progress. The
progress.percentage field shows the current progress.COMPLETED
COMPLETED
The extraction completed successfully. Documents are available for download.
FAILED
FAILED
The extraction failed due to an unrecoverable error. Check the
error field for more details.