Events APIs
Last updated
{
"page_size": 10,
"page_no": 1,
"sort_column": "folder",
"sort_order": "asc",
"search": [
{
"column": "folder_id",
"value": "8bc193d8-5f82-49d1-8da8-d689f6ab163f"
},
{
"column": "service_name",
"value": "AllInputTypes"
},
{
"column": "event_start_date",
"value": "2026-01-31T15:08:00.000Z"
},
{
"column": "event_end_date",
"value": "2026-03-02T15:08:00.000Z"
},
{
"column": "user_name",
"value": "myuser@mydomain.com"
},
{
"column": "event_types",
"value": "[\"PublishEngine\",\"DownloadEngine\"]"
}
]
}{
"object": "events",
"id": "19caf63c-76e7-3c8c-b624-9a8a6c8a7293",
"status_url": "https://excel.myenvironment.coherent.global/mytenant/api/v4/events/download/19caf63c-76e7-3c8c-b624-9a8a6c8a7293/status"
}GET /{tenant}/api/v4/events/download/{jobId}/status{
"object": "events",
"id": "19caf63c-76e7-3c8c-b624-9a8a6c8a7293",
"status_url": "https://myenvironment.coherent.global/mytenant/api/v4/events/download/19caf63c-76e7-3c8c-b624-9a8a6c8a7293/status",
"response_timestamp": "2026-03-03T12:41:44.391Z",
"status": "Success",
"process_time": 8697,
"outputs": {
"files": [
{
"file": "https://environment.coherent.global/coherent_events_2026_03_03_T_12_40_40.xlsx",
"file_hash": null
}
]
},
"error": null,
"source_system": "SPARK",
"correlation_id": ""
}