Get task assignees
documentedList users or groups assigned to a specific task within a workflow run.
GET /v1.1/workflow-runs/{workflowRunId}/tasks/{taskId}/assigneesWorkflowsno 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/workflow-runs/{{$workflowRunId}}/tasks/{{$taskId}}/assignees" \
-X GET \
-H "Authorization: Bearer {{PROCESS_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"