> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supahub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Status Object

> Roadmap status of a post.

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

<ParamField body="id" type="string">
  Unique identifier for the status.
</ParamField>

<ParamField body="name" type="string">
  Name for the status.
</ParamField>

<ParamField body="slug" type="string">
  URL-friendly version of the name, typically lowercased.
</ParamField>

<ParamField body="isDefault" type="boolean">
  Indicator if this status is the default selection.
</ParamField>

<ParamField body="isPublic" type="boolean">
  Visibility flag indicating if status is public or not.
</ParamField>

<ParamField body="statusType" type="backlog | unStarted | started | completed | canceled">
  Category of the status, e.g., 'backlog'.
</ParamField>

<ParamField body="createdAt" type="Date">
  Timestamp of when the status was created.
</ParamField>
