---
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
  - `apis` ServedApiRef[] — Distinct APIs served by this toolkit's credential bindings that are visible to the caller, sorted by vendor/name/version. NULL api_name/api_version mean the credential covers all names/versions for the vendor. Empty when no visible credentials are bound.
    - `api_name` string, nullable
    - `api_vendor` string, required
    - `api_version` string, nullable
  - `created_at` string, date-time, required
  - `created_by` string, nullable
  - `credential_count` integer, required
  - `description` string, nullable
  - `key_count` integer, required
  - `name` string, 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

---

[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)
