---
title: "Get Assistants"
method: GET
path: "/agent/all"
tags: ["agent"]
---

# Get Assistants

`GET /agent/all`

Retrieves a list of all available assistants in your workspace.

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `X-API-KEY` string, required

## Response `200`

Successful Response: A list of assistants.

- object
  - `status` string
  - `data` object
    - `agents` object[]
      - `id` string
      - `agent_display_name` string
      - `agent_type` string
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `template_name` string
      - `template_label` string
      - `template_icon` string
      - `template_source` string
      - `call_count` integer
      - `custom_variables` object
      - `tools` object[]
      - `is_archived` boolean
      - `secondary_language` string, nullable
      - `secondary_voice_id` string, nullable
      - `template_type` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `500` — Internal Server Error - Something went wrong on our end.

---

[API](https://skmtc.net/ringg/apis/ringg-ai-api-documentation.md) · [All operations](https://skmtc.net/ringg/apis/ringg-ai-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringg/ringg-ai-api-documentation/versions/00b614a7714c/schema)
