latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

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": "naAJxoDIuwdgNsQHGRRGqA",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    }
  ]
}