Skip to main content
GET
/
assistants
cURL
curl --request GET \
  --url https://www.getrevox.com/api/assistants
{
  "assistants": [
    {
      "prompt": "<string>",
      "first_sentence": "<string>",
      "first_sentence_mode": "generated",
      "voice": {
        "provider": "cartesia",
        "id": "<string>"
      },
      "webhook_url": "<string>",
      "max_call_duration_secs": 123,
      "structured_output_config": [
        {
          "name": "<string>",
          "type": "string",
          "required": false,
          "description": "<string>",
          "enum_options": [
            "<string>"
          ]
        }
      ],
      "call_retry_config": {
        "calling_window_start_time": "<string>",
        "calling_window_end_time": "<string>",
        "retry_delay_seconds": 7200,
        "max_retry_attempts": 3,
        "timezone": "<string>"
      },
      "background_sound": "audio/office.ogg",
      "id": "<string>",
      "organization_id": "<string>",
      "name": "<string>",
      "created_at": "<unknown>",
      "updated_at": "<unknown>",
      "faq_items": [
        {
          "question": "<string>",
          "answer": "<string>",
          "id": "<string>",
          "needs_human_answer": true,
          "source": "human"
        }
      ],
      "pending_faq_count": 123
    }
  ]
}

Headers

authorization
string

Bearer auth token. Example: Bearer sk_123...

Response

200 - application/json

200

assistants
object[]
required