Sign in

Get workflow run

documented

Retrieve information about a specific workflow run, including form fields and values.

GET /v1.1/workflow-runs/{workflowRunId}Workflowsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://public-api.process.st/api/v1.1/workflow-runs/{{$workflowRunId}}" \
  -X GET \
  -H "Authorization: Bearer {{PROCESS_API_KEY}}" \
  -H "Accept: application/json"