# Post Statuses Post statuses define the workflow stages for posts (e.g., In Review, Active, Completed). ## List all post statuses - [GET /v2/post_statuses](https://docs.featurebase.app/rest-api/post-statuses/listpoststatuses.md): Returns all post statuses for the authenticated organization. Post statuses define workflow stages for posts. Each status has: - A display name and color - A type indicating the workflow stage (reviewing, unstarted, active, completed, canceled) - A flag indicating if it's the default status for new posts This endpoint returns all post statuses without pagination. Organizations typically have a small number of statuses. ## Get a post status by ID - [GET /v2/post_statuses/{id}](https://docs.featurebase.app/rest-api/post-statuses/getpoststatus.md): Retrieves a single post status by its unique identifier. Returns the full post status object including name, color, type, and default flag.