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.
API Key for authentication
The unique identifier of the task whose status you are querying.
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 if the request is completed. Can be a dictionary or null.
Error message if the request has failed.
Total credits spent for this request.