Skip to main content
GET
/
v1
/
alerts
/
receipts
/
{id}
Get a receipt
curl --request GET \
  --url https://api.rootly.com/v1/alerts/receipts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "resource_type": "<string>",
  "resource_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Receipt ID

Response

receipt found

state
enum<string>
required

Delivery state of the receipt.

Available options:
pending,
done,
failed
reason
enum<string>

Reason a receipt failed. Present when state is failed.

Available options:
no_route_matched,
deduplicated,
suppressed,
validation_error
resource_type
string

Type of the referenced resource (present when set).

resource_id
string

ID of the referenced resource (present when set).