cURL
curl --request GET \ --url https://catchall.newscatcherapi.com/catchAll/datasets/{dataset_id}/status \ --header 'x-api-key: <api-key>'
{ "dataset_id": "ccabb755-afc2-4047-b84c-78d1f23d49b2", "history": [ { "status": "pending", "additional_information": null, "created_at": "2026-04-08T15:21:36.066271" }, { "status": "enriching", "additional_information": null, "created_at": "2026-04-08T15:21:36.500000" }, { "status": "ready", "additional_information": null, "created_at": "2026-04-08T15:21:55.000000" } ] }
Returns the full status change history for a dataset, ordered chronologically from oldest to newest.
API key for authentication.
Unique dataset identifier.
Dataset status change history.
ID of the dataset.
"ccabb755-afc2-4047-b84c-78d1f23d49b2"
Status change entries, ordered oldest to newest.
Show child attributes
Was this page helpful?