Sign in

Get workflow

documented

Return a single workflow by ID.

GET /v1.1/workflows/{workflowId}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/workflows/{{$workflowId}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: {{PROCESS_API_KEY}}"
Get workflow · Process Street · OpenIntegrations