/extract/{id}
, where {id}
is replaced with the run ID you received. This ID is the key for obtaining the status of your extraction task.
id
: The unique identifier for your extraction task.data.run.status
. When this field’s value changes to COMPLETED
, it indicates that the extraction has finished successfully. At this point, you can proceed to use the contents of data.run.output
for your desired operations.
Here’s what you should monitor after each poll:
data.run.status
: The status of the extraction task, which you’re hoping to reach a value of COMPLETED
.data.run.output
: The output or result of your extraction task, available once the status is COMPLETED
.COMPLETED
, the run output will be ready for retrieval.Extraction result retrieved successfully
The response is of type object
.