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

# Show Many Ticket Form Statuses

`GET /api/v2/ticket_form_statuses/show_many`

Fetches all of the ticket form statuses specified by a comma separated list of ids.
#### Allowed For
* Admins
* Agents

## Query parameters

- `ids` string, required

## 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)
