---
title: "List All Tools (global, with filtering)"
method: GET
path: "/v1/tools"
tags: ["Tools"]
---

# List All Tools (global, with filtering)

`GET /v1/tools`

Lists tools globally, optionally filtered by an explicit project ID query parameter.

## Query parameters

- `project` string, uuid
- `project_id` string, uuid

## 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/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)
