---
title: "List assistants (personas)"
method: GET
path: "/api/v4/workspaces/{workspace}/personas"
tags: ["Assistants"]
---

# List assistants (personas)

`GET /api/v4/workspaces/{workspace}/personas`

## Path parameters

- `workspace` string, required

## Response `200`

Assistants

- Assistant[]
  - `name` string
  - `shortName` string
  - `fullName` string
  - `description` string
  - `avatarUrl` string, nullable
  - `filterConfidenceThreshold` number
  - `filterIssueSelectionStrategy` string
  - `filterCodebundleTaskTags` string[]
  - `filterStopWords` string[]
  - `searchFilters` object
  - `runConfidenceThreshold` number
  - `runConfig` object

---

[API](https://skmtc.dev/runwhen/apis/runwhen-platform-api.md) · [All operations](https://skmtc.dev/runwhen/apis/runwhen-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runwhen/runwhen-platform-api/revisions/9d1a64d4b1c1/schema)
