---
title: "Retrieve all opportunity statuses"
method: GET
path: "/api/v2/organizations/{orgSlug}/opportunity-statuses"
tags: ["Opportunity Statuses"]
---

# Retrieve all opportunity statuses

`GET /api/v2/organizations/{orgSlug}/opportunity-statuses`

Retrieve all opportunity statuses. 

 Required scopes: `flex.community.opportunityStatuses.read`

## Path parameters

- `orgSlug` string, required

## Query parameters

- `$select` string
- `$cursorNext` string
- `$cursorPrev` string
- `$limit` number

## Response `200`

- object
  - `rangeStart` number
  - `rangeEnd` number
  - `cursorNext` string
  - `cursorPrev` string
  - `results` OpportunityStatusResultDto[]
    - `_id` string — The _id of the opportunity status.
    - `description` string — The description of the opportunity status.
    - `probability` number — The probability of the opportunity status.
    - `isSystem` string — Shows if the opportunity status is created by the system

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
