Below are the details of the Status object’s structure:

id
string

Unique identifier for the status.

name
string

Name for the status.

slug
string

URL-friendly version of the name, typically lowercased.

isDefault
boolean

Indicator if this status is the default selection.

isPublic
boolean

Visibility flag indicating if status is public or not.

statusType
backlog | unStarted | started | completed | canceled

Category of the status, e.g., ‘backlog’.

createdAt
Date

Timestamp of when the status was created.