Callback Events
Read callback trigger events.
Callback Events object
Attributes
object
StringString representing the object's type
id
StringUnique callback event identifier
type
StringProvider event type received by the callback
source_id
StringProvider-specific source identifier for the event
trigger_key
StringTrigger key that produced this event
input
ObjectNullableOriginal trigger input payload captured for the event
output
ObjectNullableTrigger output payload resolved for the event
status
EnumLifecycle status for this callback event
error
ObjectNullabledelivery_status
EnumAggregate delivery status for this callback event
callback_id
StringParent callback identifier
callback_instance_id
StringNullableCallback instance that received the event, when applicable
created_at
DateTimestamp when the callback event was created
{"object": "callback.event","id": "cte_4dEfGhJkLmNpQrSt","type": "message.created","source_id": "thr_123456","trigger_key": "messages.created","input": {},"output": {},"status": "pending","error": {},"delivery_status": "pending","callback_id": "clb_4dEfGhJkLmNpQrSt","callback_instance_id": "cbi_5gHjKlMnPqRsTuVw","created_at": "2025-09-15T10:30:00.000Z"}
List callback events
Returns a paginated list of callback events.
URL Parameters
callback_id
StringThe unique identifier for the callback
Query Parameters
limit
NumberOptionalafter
StringOptionalbefore
StringOptionalcursor
StringOptionalorder
EnumOptionalid
UnionOptionalFilter by callback event ID(s)
type
UnionOptionalFilter by event type(s)
source_id
UnionOptionalFilter by provider source ID(s)
curl -X GET "https://api.metorial.com/callbacks/cal_Rm4Mnheq2bfEPhBhP7SY/events" \-H "Authorization: Bearer metorial_sk_..."
Get callback event
Retrieves a specific callback event.
URL Parameters
callback_id
StringThe unique identifier for the callback
callback_event_id
StringThe unique identifier for the callback_event
curl -X GET "https://api.metorial.com/callbacks/cal_Rm4Mnheq2bfEPhBhP7SY/events/cal_Rm4Mnheq2bfEPhBhP7SY" \-H "Authorization: Bearer metorial_sk_..."