---
title: "List hooks"
method: GET
path: "/v1/hooks"
tags: ["Hooks"]
---

# List hooks

`GET /v1/hooks`

Returns all hooks for the current binding with optional filtering

## Query parameters

- `limit` integer
- `offset` integer
- `hook_point` string
- `plugin_id` string
- `status` string

## Response `200`

OK

- SchemasOffsetPageSchemasHookResponse
  - `items` SchemasHookResponse[]
    - `cache_enabled` boolean
    - `cache_ttl_ms` integer
    - `created_at` string
    - `failure_mode` 'fail_closed' | 'fail_open'
    - `hook_point` string
    - `id` string
    - `name` string
    - `phase` 'before' | 'after'
    - `plugin_id` string
    - `priority` integer
    - `status` 'inactive' | 'active'
    - `timeout_ms` integer
    - `updated_at` string
    - `version` integer
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-02-06** `b0c6cc68de34` — 2 info
  - added the optional property `items/items/cache_enabled` to the response with the `200` status
  - added the optional property `items/items/cache_ttl_ms` to the response with the `200` status
- **2026-01-17** `26fe911710c2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/hooks/get.md)

---

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