List workflow tasks
documentedList all tasks for a given workflow.
GET /v1.1/workflows/{workflowId}/tasksWorkflowsno implementation yet0 runsNo 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}}"