> ## Documentation Index
> Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt
> Use this file to discover all available pages before exploring further.

# List Assistants

> Get system, user, and marketplace assistants

| Endpoint                             | Description                  |
| ------------------------------------ | ---------------------------- |
| `GET /api/v2/assistants/system`      | Built-in Elumenta assistants |
| `GET /api/v2/assistants/user`        | Your custom assistants       |
| `GET /api/v2/assistants/marketplace` | Community assistants         |

```json theme={null}
[
  {
    "id": 1,
    "name": "Copywriter Pro",
    "description": "Expert marketing copywriter",
    "model_slug": "gpt-5",
    "is_public": true
  }
]
```
