Return all requests, sorted by the most recently updated.

Response parameters

Field NameDescription
data[].statusThe primary status of the request (e.g., OPEN, INPROGRESS, ONHOLD, CLOSED).
data[].sub_status[]Array of sub-statuses under the primary status.
data[].sub_status[]->_idUnique identifier for the sub-status.
data[].sub_status[]->nameName of the sub-status (e.g., Bug).
data[].sub_status[]->parentThe parent status to which the sub-status belongs (e.g., ONHOLD).
data[].sub_status[]->isDefaultForParentBoolean indicating if this sub-status is the default for the parent status.
data[].sub_status[]->descriptionDescription of the sub-status.
data[].sub_status[]->isEnabledBoolean indicating whether the sub-status is enabled.
data[].sub_status[]->isAIManagedBoolean indicating if the sub-status is managed by AI.
data[].sub_status[]->createdAtTimestamp indicating when the sub-status was created.
data[].sub_status[]->updatedAtTimestamp indicating when the sub-status was last updated.
data[].sub_status[]->__vVersion key for the sub-status document.
messageMessage indicating the status retrieval outcome.
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!