v1.0.0
OpenAPI 3.1.0
Get a live notification's status
Client Libraries
US region
Look up a live notification's current state, lifecycle timestamps, and the status of its most recent delivery.
The activity's instance ID (ULID), returned when you started it.
instance_id isn't a valid ULID.
The activity wasn't found—a recently started one may not be processed yet—or live notifications aren't enabled for this workspace.
curl 'https://api.customer.io/v1/live_notifications/{instance_id}' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"instance_id": "string",
"notification_type": "string",
"platform": "string",
"state": "active",
"failure_reason": "string",
"started_at": 1,
"ended_at": 1,
"expires_at": 1,
"last_delivery": {
"id": "string",
"operation": "start",
"status": "queued",
"source": "string",
"created_at": 1
}
}The activity's current status.