Tasks
List all assignees in a task
Returns all the assignees of a given task of a workflow run.
get/workflow-runs/{workflowRunId}/tasks/{taskId}/assignees
Path parameters
workflowRunIdstring required
The ID of the Workflow Run
taskIdstring required
The ID of the Task
Response
Example response
{
"assignees": [
{
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
}
]
}