cURL
curl --request POST \ --url https://api.messari.io/ai/v1/deep-research/{id}/cancel \ --header 'X-Messari-API-Key: <api-key>'
{ "job_id": "aSDinaTvuI8gbWludGxpZnk=", "object": "<string>", "status": "<string>" }
Cancel a running deep research job. Only jobs with status ‘queued’ or ‘in_progress’ can be cancelled.
Default response
Unique identifier for the cancelled deep research job
Type of object returned, always 'deep_research'
Status of the job after cancellation