v54

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03522891921.1 KB
Workflows

Resolve Workflow Revision Endpoint

Resolve embedded references in a workflow revision configuration.

This endpoint:

  1. Fetches the workflow revision
  2. Resolves all @ag.references tokens in the configuration
  3. Returns the revision with resolved configuration + metadata
post/workflows/revisions/resolve

Request body

max_depthinteger nullable

Maximum recursive depth for nested @ag.references.

max_embedsinteger nullable

Maximum number of embeds to resolve in one call.

error_policy'exception' | 'placeholder' | 'keep'

Response

Successful Response

countinteger

1 when a revision is returned, 0 when none matched.