This documentation is built and maintained by the Flireo AI team to help you create, launch, and scale intelligent phone agents. Access the dashboard here.
curl --location --request GET 'https://api.flireo.nl/v1/scheduled-calls?limit&offset' \
--header 'Authorization: Bearer <token>'
{
"scheduled_calls": [
{
"scheduled_call_id": "f15f3a70-80b2-493c-a1a7-36c0a0b86853",
"contact_id": "bb7e0027-0ce5-4843-99b4-9deef3c3d57b",
"assistant_id": "15ee4dce-454e-4f93-8923-58d4b0f9887c",
"scheduled_time": "2025-05-06T12:30:00+00:00",
"instruction": "Een kort praatje",
"created_at": "2025-05-06T12:18:55.875924+00:00",
"processed": true,
"contacts": {
"full_name": "John Doe",
"phone_number": "+31612345678"
},
"assistants": {
"assistant_name": "Demo agent"
}
}
],
"pagination": {
"total": 1,
"limit": 10,
"offset": 0
}
}