---
title: "/tickets/forms"
method: GET
path: "/tickets/forms"
tags: ["Tickets"]
---

# /tickets/forms

`GET /tickets/forms`

Get all forms available for tickets

## Headers

- `octa-agent-email` string

## Response `201`

- Form[]
  - `id` string, required — Form ID
  - `name` string — Form name
  - `description` string — Form description
  - `fields` FormField[] — Form fields
    - `name` string, required — Field name to use on customFields
    - `description` string, required — Field name to display on form
    - `valuesList` array[], required — If the field is type searchable list this attribute is the possible values
      - unknown[]
        - unknown

---

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