---
title: "List all avaliable agents"
method: GET
path: "/api/v1/agent/"
tags: ["agent"]
---

# List all avaliable agents

`GET /api/v1/agent/`

Lists agents

## Query parameters

- `userId` string
- `visibility` 'public' | 'private' | 'in-review'

## Headers

- `authorization` string — This is your JWT tolen
- `x-api-key` string — A valid API key

## Response `200`

200

- object
  - `success` boolean, required
  - `agents` object[], required
    - `id` string, required
    - `title` string, required
    - `handle` string, nullable, required
    - `image` string, nullable, required
    - `userId` string, nullable, required
    - `description` string, nullable, required
    - `useCase` string, nullable, required
    - `uiSchema` unknown, required
    - `inputSchema` unknown, required
    - `details` unknown, required
    - `visibility` string, required
    - `ratings` number[], nullable, required
    - `averageRating` string, nullable, required
    - `revenue` number, nullable, required
    - `pendingPayout` number, nullable, required
    - `totalPayout` number, nullable, required
    - `taskRequests` number, nullable, required
    - `tasksStarted` number, nullable, required
    - `tasksCompleted` number, nullable, required
    - `price` number, nullable, required
    - `webhookEnabled` boolean, nullable, required
    - `webhookDetails` unknown, required
    - `createdAt` string, required
    - `updatedAt` string, required

---

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