---
title: "Get workflow definition schema"
method: GET
path: "/v1/workflows/schema"
tags: ["workflows"]
---

# Get workflow definition schema

`GET /v1/workflows/schema`

Returns a JSON Schema describing a valid workflow definition input: every step type with its config schema, every trigger type with its config schema, and the graph rules. Call this before creating or updating a workflow.

## Response `200`

Workflow definition JSON Schema

- object — JSON Schema for a workflow definition input, derived from the workflow step and trigger validators. Call this before create_workflow / update_workflow to construct a valid definition.
  - `data` object, required — JSON Schema document describing a valid workflow definition input: every step type with its config schema, every trigger type with its config schema, and the graph rules.

## Other responses

- `401` — Unauthorized
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/conduit/apis/conduit-api.md) · [All operations](https://skmtc.net/conduit/apis/conduit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conduit/conduit-api/versions/3ad7e17f96ad/schema)
