---
title: "List agents bound to toolkit"
method: GET
path: "/toolkits/{toolkit_id}/agents"
tags: ["Toolkits"]
---

# List agents bound to toolkit

`GET /toolkits/{toolkit_id}/agents`

List agents bound to a toolkit with cursor-based pagination.

## Path parameters

- `toolkit_id` string, required

## Query parameters

- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- ToolkitAgentListResponse — Paginated list of agents bound to a toolkit.
  - `data` ToolkitAgentResponse[], required
    - `agent_id` string, required
    - `agent_name` string, required
    - `bound_at` string, date-time, required
    - `status` string, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.net/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/versions/ff371f19960a/schema)
