🚀 Introducing Astro - Your AI assistant for building and improving agents. Get started
curl --request POST \
--url https://api.example.com/webhooks/example \
--header 'Content-Type: application/json' \
--data '
{
"event_id": "<string>",
"info": {
"agent_id": "<string>",
"agent_name": "<string>",
"event": "EXECUTION_STARTED",
"execution_id": "<string>",
"execution_url": "<string>",
"payload": {},
"metadata": {}
},
"timestamp": "2023-11-07T05:31:56Z",
"type": "execution"
}
'Example endpoint to expose the webhook notification schema. This operation is for documentation purposes only.
curl --request POST \
--url https://api.example.com/webhooks/example \
--header 'Content-Type: application/json' \
--data '
{
"event_id": "<string>",
"info": {
"agent_id": "<string>",
"agent_name": "<string>",
"event": "EXECUTION_STARTED",
"execution_id": "<string>",
"execution_url": "<string>",
"payload": {},
"metadata": {}
},
"timestamp": "2023-11-07T05:31:56Z",
"type": "execution"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.asteroid.ai/llms.txt
Use this file to discover all available pages before exploring further.
Top-level V2 notification structure sent to webhook endpoints
Unique identifier for this notification event
Category-specific information about the event. Currently only execution events are supported.
Show child attributes
Timestamp when the event occurred
The category of the notification (execution, agent, workflow, etc.)
execution There is no content to send for this request, but the headers may be useful.