---
title: "Get a catalog entry"
method: GET
path: "/action-catalog/{catalogEntryId}"
tags: ["Action Catalog"]
---

# Get a catalog entry

`GET /action-catalog/{catalogEntryId}`

Fetch a single action catalog entry by its ID, including its service, method, and parameter schema. Returns 404 if no entry matches.

## Path parameters

- `catalogEntryId` string, uuid, required

## Response `200`

Catalog entry details

- object
  - `data` 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

## Other responses

- `404` — Not Found

---

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