---
title: "List Statuses"
method: GET
path: "/v2/statuses"
tags: ["Ticket API"]
---

# List Statuses

`GET /v2/statuses`

List statuses for a team.

## Query parameters

- `teamId` string
- `pageSize` integer — Maximum number of results to return. Default is 10000, maximum is 10000.
- `pageToken` string — Token for pagination. Leave empty for the first request.
- `ticketType` 'TICKET_TYPE_UNSPECIFIED' | 'TICKET_TYPE_REQUEST' | 'TICKET_TYPE_TASK' | 'TICKET_TYPE_MAJOR_INCIDENT' | 'TICKET_TYPE_CONVERSATION' | 'TICKET_TYPE_JOURNEY' | 'TICKET_TYPE_JOURNEY_CONVERSATION' | 'TICKET_TYPE_INCIDENT' | 'TICKET_TYPE_CHANGE' | 'TICKET_TYPE_CUSTOM'

## Response `200`

Success

- SvhelpPublicapiListStatusesResponse
  - `data` SvhelpPubapimodelsStatus[]
    - `id` string — The ID of the status.
    - `teamId` string — The ID of the team that the status belongs to.
    - `statusGroup` 'TICKET_STATUS_GROUP_UNSPECIFIED' | 'TODO' | 'IN_PROGRESS' | 'DONE' | 'CANCELED'
    - `name` string — The name of the status.
    - `description` string — The description of the status.
    - `isDefault` boolean — Whether this is the default status for the team.
    - `ticketType` 'TICKET_TYPE_UNSPECIFIED' | 'TICKET_TYPE_REQUEST' | 'TICKET_TYPE_TASK' | 'TICKET_TYPE_MAJOR_INCIDENT' | 'TICKET_TYPE_CONVERSATION' | 'TICKET_TYPE_JOURNEY' | 'TICKET_TYPE_JOURNEY_CONVERSATION' | 'TICKET_TYPE_INCIDENT' | 'TICKET_TYPE_CHANGE' | 'TICKET_TYPE_CUSTOM'
  - `nextPageToken` string, nullable — Token for retrieving the next page of results. Empty if no more results.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
