# List pipeline stages Retrieve all pipeline stages. Filter by object type (lead or company) to get stages specific to contacts or companies. Endpoint: GET /leads/api/pipeline-stages Version: 2.0.0 Security: bearerAuth ## Query parameters: - `object` (string) Filter by object type. Enum: "lead", "company" - `type` (string) Filter by stage type. Enum: "custom", "new", "approaching", "engaging", "replied" ## Response 200 fields (application/json): - `data` (array) - `data.uuid` (string) Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `data.team_id` (integer) - `data.name` (string) Example: "Demo Booked" - `data.object` (string) Enum: "lead", "company" - `data.type` (string) Enum: "custom", "new", "approaching", "engaging", "replied" - `data.category` (string) Enum: "cold", "engaging", "positive", "negative" - `data.order` (integer)