---
title: "List all assignees in a task"
method: GET
path: "/workflow-runs/{workflowRunId}/tasks/{taskId}/assignees"
tags: ["Tasks"]
---

# List all assignees in a task

`GET /workflow-runs/{workflowRunId}/tasks/{taskId}/assignees`

Returns all the assignees of a given task of a workflow run.

## Path parameters

- `workflowRunId` string, required
- `taskId` string, required

## Response `200`

- ListTaskAssigneesResponse
  - `assignees` object[]
    - `id` string, required — The resource's ID.
    - `email` string, required — The user's email address (also their login identifier).
    - `username` string, required — The user's display name (e.g. `Jane Doe`).

## Other responses

- `default`

---

[API](https://skmtc.net/process/apis/process-street-public-api.md) · [All operations](https://skmtc.net/process/apis/process-street-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/process/process-street-public-api/revisions/6199a9464227/schema)
