---
title: "Get toolkit"
method: GET
path: "/toolkits/{toolkit_id}"
tags: ["Toolkits"]
---

# Get toolkit

`GET /toolkits/{toolkit_id}`

Get a single toolkit by its `tk_…` ID.

## Path parameters

- `toolkit_id` string, required

## Response `200`

Successful Response

- ToolkitResponse — Toolkit response.
  - `active` boolean, required
  - `created_at` string, date-time, required
  - `created_by` string, nullable
  - `credential_count` integer, required
  - `description` string, nullable
  - `key_count` integer, required
  - `name` string, required
  - `permissions` object[], required
  - `toolkit_id` string, required
  - `updated_at` string, date-time, nullable

## Other responses

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

## Changes

- **2026-07-23** `e7b87904bdbb` — 1 info
  - added the optional property `created_by` to the response with the `200` status
- **2026-07-01** `d65fcba0d25a` — 3 breaking, 30 info
  - removed the media type `application/yaml` for the response with the status `200`
  - removed the media type `text/markdown` for the response with the status `200`
  - the `detail` response's property type changed from `array` to `string` for status `422`
  - api operation id `get_toolkit_toolkits__toolkit_id__get` removed and replaced with `getToolkit`
  - …29 more
- **2026-05-07** `5a765d68c56f` — 1 info
  - the endpoint scheme security `AgentOauthAccessToken` was added to the API
- **2026-04-13** `76e8f6063728` — 11 breaking, 8 warning, 14 info
  - media type `application/problem+json` was changed to a more general media type `application/json` for the response status `422`
  - the response property `detail` became optional for the status `422`
  - the `detail` response property's maxLength was unset from `4096` for the response status `422`
  - the `detail` response's property type changed from `string` to `array` for status `422`
  - …29 more

[Change history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/toolkits/:toolkit_id/get.md)

---

[API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.dev/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc.dev/jentic/apis/jentic-control-plane-api/revisions/7f8d4d76abcd?raw)
