---
title: "List Ticket Form Statuses"
method: GET
path: "/api/v2/ticket_form_statuses"
tags: ["Ticket Form Statuses"]
---

# List Ticket Form Statuses

`GET /api/v2/ticket_form_statuses`

Fetches all of the ticket form statuses for the account.

#### Allowed For

* Admins
* Agents

## Response `200`

Success response

- TicketFormStatusesResponse
  - `ticket_form_statuses` TicketFormStatusObject[]
    - `custom_status_id` integer — The id of the associated custom status
    - `id` string — Automatically assigned when creating a ticket form
    - `ticket_form_id` integer — The id of the associated ticket form

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
