Siren

Get Status Types

Returns the list of available program statuses with display labels and visual tone hints.

Last updated: April 9, 2026

Get Status Types

GET /siren/v1/programs/status-types

Returns the list of available program statuses with display labels and visual tone hints.

Example Response:

{
  "options": {
    "active": "Active",
    "inactive": "Inactive"
  },
  "tones": {
    "active": "positive",
    "inactive": "negative"
  }
}