Sign in

List workflow tasks

documented

List all tasks for a given workflow.

GET /v1.1/workflows/{workflowId}/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/workflows/{{$workflow_id}}/tasks?limit={{$limit}}&page={{$page}}&query={{$query}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: {{PROCESS_API_KEY}}"
List workflow tasks · Process Street · OpenIntegrations