---
title: "List Tools"
method: GET
path: "/v1/projects/{projectID}/tools"
tags: ["Tools"]
---

# List Tools

`GET /v1/projects/{projectID}/tools`

Lists the tools inside a project.

## Path parameters

- `projectID` string, uuid, required

## Response `200`

List of tools

- object
  - `tools` Tool[]
    - `id` string, uuid, required
    - `project_id` string, uuid, required
    - `slug` string, required
    - `name` string, required
    - `description` string
    - `url` string, uri
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Changes

- **2026-07-19** `9a74dddb635e` — 1 info
  - added the optional property `tools/items/url` to the response with the `200` status
- **2026-07-18** `4646722cf249` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/px0-ai/apis/px0-api/changes/v1/projects/:projectID/tools/get.md)

---

[API](https://skmtc.dev/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.dev/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
