Sign in

List tasks

documented

List all tasks within a workflow run, paginated.

GET /v1.1/workflow-runs/{workflowRunId}/tasksWorkflowsno 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}}/tasks" \
  -X GET \
  -H "X-API-Key: {{PROCESS_API_KEY}}" \
  -H "Accept: application/json"