---
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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
