Get a scheduled event
GET/ai/assistants/:assistant_id/scheduled_events/:event_id
Retrieve a scheduled event by event ID
Request
Path Parameters
assistant_id Assistant Idrequired
event_id Event Idrequired
Responses
200: Successful Response
- application/json
422: Validation Error
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/ai/assistants/:assistant_id/scheduled_events/:event_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{}
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}