Skip to main content
List notification deliveries for cases
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/cases/notifications/v1/deliveries \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseIds": [
    "3f166e9f-3c88-4af2-b52e-138f339dab3e",
    "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  ]
}
'
{
  "deliveriesByCase": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request to retrieve notification delivery records for one or more cases.

caseIds
string[]
required

Case IDs to retrieve notification deliveries for

Case IDs to retrieve notification deliveries for

Example:
[
"3f166e9f-3c88-4af2-b52e-138f339dab3e",
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]

Response

Response containing a list of notification delivery records for cases.

deliveriesByCase
object
required

Notification deliveries keyed by case ID