curl --request GET \
--url https://api.ravan.ai/api/v1/agents/ \
--header 'X-Api-Key: <api-key>'{
"success": true,
"message": "Request completed successfully",
"data": [
{
"id": "id_123",
"organization_id": "organization_123",
"widget_settings_id": "widget_settings_123",
"name": "Support Bot",
"agent_name": "Support Bot",
"status": "AGENT_STATUS_ACTIVE",
"model": "gpt-4o",
"s2s_model": "gpt-4o",
"voice_id": "voice_123",
"temperature": 0.7,
"reminder_trigger_ms": 5000,
"reminder_max_count": 1,
"ambient_sound": "example",
"ambient_sound_volume": 0.3,
"end_call_after_silence": true,
"max_call_duration_ms": 5000,
"ring_duration_ms": 5000,
"enable_voicemail_detection": true,
"voicemail_message": "en-US-female-1",
"voicemail_detection_timeout_ms": 5000,
"ivr_options": {},
"post_call_analysis_model": "gpt-4o",
"analysis_summary_prompt": "example",
"selected_tools": {},
"integrations": {},
"knowledge_base": "example",
"begin_message": "Request completed successfully",
"start_speaker": "example",
"created_at": "2026-03-14T12:00:00Z",
"updated_at": "2026-03-14T12:00:00Z"
}
],
"meta": {
"total": 1,
"limit": 20,
"offset": 0
}
}
List Agents.
curl --request GET \
--url https://api.ravan.ai/api/v1/agents/ \
--header 'X-Api-Key: <api-key>'{
"success": true,
"message": "Request completed successfully",
"data": [
{
"id": "id_123",
"organization_id": "organization_123",
"widget_settings_id": "widget_settings_123",
"name": "Support Bot",
"agent_name": "Support Bot",
"status": "AGENT_STATUS_ACTIVE",
"model": "gpt-4o",
"s2s_model": "gpt-4o",
"voice_id": "voice_123",
"temperature": 0.7,
"reminder_trigger_ms": 5000,
"reminder_max_count": 1,
"ambient_sound": "example",
"ambient_sound_volume": 0.3,
"end_call_after_silence": true,
"max_call_duration_ms": 5000,
"ring_duration_ms": 5000,
"enable_voicemail_detection": true,
"voicemail_message": "en-US-female-1",
"voicemail_detection_timeout_ms": 5000,
"ivr_options": {},
"post_call_analysis_model": "gpt-4o",
"analysis_summary_prompt": "example",
"selected_tools": {},
"integrations": {},
"knowledge_base": "example",
"begin_message": "Request completed successfully",
"start_speaker": "example",
"created_at": "2026-03-14T12:00:00Z",
"updated_at": "2026-03-14T12:00:00Z"
}
],
"meta": {
"total": 1,
"limit": 20,
"offset": 0
}
}
Show data[]
AGENT_STATUS_UNSPECIFIED, AGENT_STATUS_ACTIVE, AGENT_STATUS_INACTIVE.{
"success": true,
"message": "Request completed successfully",
"data": [
{
"id": "id_123",
"organization_id": "organization_123",
"widget_settings_id": "widget_settings_123",
"name": "Support Bot",
"agent_name": "Support Bot",
"status": "AGENT_STATUS_ACTIVE",
"model": "gpt-4o",
"s2s_model": "gpt-4o",
"voice_id": "voice_123",
"temperature": 0.7,
"reminder_trigger_ms": 5000,
"reminder_max_count": 1,
"ambient_sound": "example",
"ambient_sound_volume": 0.3,
"end_call_after_silence": true,
"max_call_duration_ms": 5000,
"ring_duration_ms": 5000,
"enable_voicemail_detection": true,
"voicemail_message": "en-US-female-1",
"voicemail_detection_timeout_ms": 5000,
"ivr_options": {},
"post_call_analysis_model": "gpt-4o",
"analysis_summary_prompt": "example",
"selected_tools": {},
"integrations": {},
"knowledge_base": "example",
"begin_message": "Request completed successfully",
"start_speaker": "example",
"created_at": "2026-03-14T12:00:00Z",
"updated_at": "2026-03-14T12:00:00Z"
}
],
"meta": {
"total": 1,
"limit": 20,
"offset": 0
}
}