---
title: "List action catalog entries"
method: GET
path: "/action-catalog"
tags: ["Action Catalog"]
---

# List action catalog entries

`GET /action-catalog`

Return a paginated list of catalog entries — the service/method templates that actions are created from, each carrying its parameter schema. Supports filtering by `service`.

## Query parameters

- `page` integer
- `pageSize` integer
- `service` 'tasks_api' | 'devices_api' | 'agents_api' | 'webhooks'

## Response `200`

List catalog entries

- object
  - `items` ActionCatalogEntry[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable, required
    - `service` 'tasks_api' | 'devices_api' | 'agents_api' | 'webhooks', required
    - `method` string, required
    - `paramsSchema` unknown
    - `createdAt` string, nullable, required
    - `updatedAt` string, nullable, required
  - `pagination` Pagination, required
    - `hasNext` boolean, required
    - `hasPrev` boolean, required
    - `page` integer, required
    - `pageSize` integer, required
    - `pages` integer, required
    - `total` integer, required

## Changes

- **2026-06-29** `8f06726ac240` — 2 info
  - for the `query` request parameter `page`, the exclusiveMinimum was decreased from `true` to `0.00`
  - for the `query` request parameter `pageSize`, the exclusiveMinimum was decreased from `true` to `0.00`
- **2026-06-28** `fd8fb6b29e38` — 1 info
  - endpoint added
- **2026-06-27** `99b4ade46263` — 1 breaking
  - api path removed without deprecation
- **2026-06-19** `7f577998739b` — 1 info
  - endpoint added
- **2026-06-19** `ec76cd771e68` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/action-catalog/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/cd80ab1b29b0/schema)
