Get task data or status
Retrieve the data (or results) of an enrichment run by the task id. If the request is still processing, the status field will show a ‘processing’ status, if the request is completed, your data will be returned in the ‘data’ key. The task_id is provided as a response when you launch an enrichment task.
Headers
API Key for authentication
Path Parameters
The unique identifier of the task whose status you are querying.
Response
The task status along with any associated data or errors.
Unique identifier of the task.
Current status of the request. Can be 'processing', 'completed', or 'failed'.
Deprecated: use task_id instead. Same value as task_id.
Resulting data once completed. For bulk runs this is an array aligned to the inputs: one element per input, in the same order they were submitted, with null for inputs that returned no data (len(data) equals the number of inputs, and data[i] is the result for input i). A single (non-bulk) run returns the result object directly.
Error message if the request has failed.
Total credits spent for this request.