# Retrieves a list of ticket status. Endpoint: GET /tickets/status Version: v3 Security: oauth2 ## Response 200 fields (application/json): - `id` (string) Gets or sets the unique identifier for the ticket status. - `name` (string,null) Gets or sets the name of the ticket status. - `tab` (string,null) Gets or sets the status's tab that can be used to filter ticket status in UI. - `color` (string,null) Gets or sets the color associated with the ticket status.