# TicketStatus Object

> Source: https://truto.one/docs/api-reference/unified-ticketing-api/ticketstatus/

Schema for the `TicketStatus` resource in **Unified Ticketing API**.

## Properties

- **`id`** _(string, required)_
  The status's unique identifier
- **`name`** _(string)_
  The status's name
- **`description`** _(string)_
  The status's description
- **`etag`** _(string)_
  The unique identifier for the specific version of the resource.
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/ticketing/ticket_status](/docs/api-reference/unified-ticketing-api/ticketstatus/list) — List Ticket status
