---
title: "Get action output schema"
method: POST
path: "/orchestration/actions/get-output-schema"
tags: ["Orchestration - Actions"]
---

# Get action output schema

`POST /orchestration/actions/get-output-schema`

Get the output schema of an orchestration action

## Request body

- object — Request body schema.
  - `action` union, required
    - object — Action whose output schema to resolve.
      - `config` object, required
      - `retry` object
        - `maximumAttempts` number
        - `initialInterval` number
        - `backoffCoefficient` number
      - `kind` 'native', required
      - `actionSlug` string, required
    - object — Action whose output schema to resolve.
      - `config` object, required
      - `retry` object
        - `maximumAttempts` number
        - `initialInterval` number
        - `backoffCoefficient` number
      - `kind` 'connector', required
      - `connectorUuid` string
      - `integrationSlug` string, required
      - `actionSlug` string, required
    - object — Action whose output schema to resolve.
      - `config` object, required
      - `retry` object
        - `maximumAttempts` number
        - `initialInterval` number
        - `backoffCoefficient` number
      - `kind` 'tool', required
      - `toolUuid` string
      - `templateSlug` string
      - `releaseUuid` string
      - `waitUntilFinished` boolean
    - object — Action whose output schema to resolve.
      - `config` object, required
      - `retry` object
        - `maximumAttempts` number
        - `initialInterval` number
        - `backoffCoefficient` number
      - `kind` 'agent', required
      - `agentUuid` string
      - `templateSlug` string
      - `releaseUuid` string
      - `waitUntilFinished` boolean

## Response `200`

Successful response

- object
  - `schema` object, required — JSON schema of the action's data output.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

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