---
title: "Get toolkits changelog"
method: GET
path: "/api/v3.1/toolkits/changelog"
tags: ["Toolkits"]
---

# Get toolkits changelog

`GET /api/v3.1/toolkits/changelog`

Retrieves the last 10 versions changelog for all toolkits. This endpoint provides version history and changelog information for each toolkit.

## Response `200`

Toolkits changelog retrieved successfully

- object
  - `items` object[], required — List of toolkits with their changelogs
    - `slug` string, required — Toolkit slug
    - `name` string, required — Toolkit name
    - `display_name` string, required — Toolkit display name
    - `versions` object[], required — Array of version changelogs
      - `version` string, required — Version identifier
      - `changelog` string, required — Changelog for this version

## Other responses

- `400` — Bad request - invalid parameters
- `401` — Unauthorized - authentication required
- `404` — Not found - the toolkits you are looking for do not exist
- `500` — Internal server error

---

[API](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/versions/4239836857f8/schema)
