Skip to main content
GET
The workflow behind a job — authoring version if pinned, executed graph otherwise

承認

Authorization
string
header
必須

Authorization: Bearer <api-key> — account-scoped API keys on Cloud and serverless. Self-hosted accepts unauthenticated requests by default and can be configured with a static bearer token.

パスパラメータ

id
string
必須

レスポンス

The workflow graph.

The workflow behind a job. See GET /api/v2/jobs/{id}/workflow's description for exactly when format is save vs api.

workflow
object
必須

The workflow, verbatim, in the shape format says.

format
enum<string>
必須

Discriminates the workflow field's shape. save: the original authoring workflow JSON, at the version pinned to the job. api: the executed API-format prompt graph.

利用可能なオプション:
save,
api