Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.coralogix.com/mgmt/openapi/4/alerts/events/v3/{id} \ --header 'Authorization: <api-key>'
{ "event": { "singleEvent": { "companyId": 1, "cxEventKey": "test", "cxEventLabels": {}, "cxEventPayload": {}, "cxEventPayloadType": "test_payload_type", "cxEventTimestamp": "1714857600", "cxEventType": "test_type", "cxEventDedupKey": "test_dedup_key", "cxEventMetadata": {} } }, "pagination": { "nextPageToken": "test", "totalSize": 10 } }
No description available
API key authentication
"test"
Show child attributes
This data structure represents a single or multiple events
Was this page helpful?