Skip to main content
GET
List the current organization's lead statuses

Response

200 - application/json

The active lead statuses available to the current organization.

id
string

Unique identifier for the lead status.

organizationId
string

Identifier of the organization that owns the lead status.

name
string

Display name of the lead status.

color
string

Display color assigned to the lead status.

category
enum<string>

LeadStatusChange category represented by the lead status.

Available options:
Open,
Qualified,
Converted,
Lost,
Invalid,
Duplicate
sortOrder

Relative display order of the lead status.

isArchived
boolean

Indicates whether the lead status has been archived.

modifiedAt
string<date-time>

Date and time when the lead status was last modified.

Last modified on August 11, 2026