---
title: "List or filter all OpportunityStatusChange activities"
method: GET
path: "/activity/status_change/opportunity/"
tags: ["activities.opportunity_status_changes"]
---

# List or filter all OpportunityStatusChange activities

`GET /activity/status_change/opportunity/`

## Query parameters

- `_limit` integer
- `_skip` integer
- `id__in` string[], nullable
- `lead_id` string[], nullable
- `contact_id` string[], nullable
- `user_id` string[], nullable
- `organization_id` string, nullable
- `_type` string[], nullable
- `date_created__gte` union
  - string, date-time
  - string, date
- `date_created__lte` union
  - string, date-time
  - string, date
- `date_created__gt` union
  - string, date-time
  - string, date
- `date_created__lt` union
  - string, date-time
  - string, date
- `activity_at__gte` union
  - string, date-time
  - string, date
- `activity_at__lte` union
  - string, date-time
  - string, date
- `activity_at__gt` union
  - string, date-time
  - string, date
- `activity_at__lt` union
  - string, date-time
  - string, date
- `opportunity_id` string, nullable
- `_fields` string

## Response `200`

Successful response

- object
  - `data` OpportunityStatusChangeActivity[], required
    - `_type` string, required
    - `activity_at` string, date-time, nullable, required
    - `contact_id` string, nullable, required
    - `created_by` string, nullable, required
    - `created_by_name` string, nullable
    - `date_created` string, date-time, required
    - `date_updated` string, date-time, required
    - `id` string, required
    - `lead_id` string, nullable, required
    - `new_pipeline_id` string
    - `new_pipeline_name` string
    - `new_status_id` string, required
    - `new_status_label` string
    - `new_status_type` 'won' | 'lost' | 'active'
    - `old_pipeline_id` string
    - `old_pipeline_name` string
    - `old_status_id` string, required
    - `old_status_label` string
    - `old_status_type` 'won' | 'lost' | 'active'
    - `opportunity_confidence` integer, nullable
    - `opportunity_date_won` string, date-time, nullable
    - `opportunity_id` string, nullable, required
    - `opportunity_value` integer, nullable
    - `opportunity_value_currency` string, nullable
    - `opportunity_value_formatted` string, nullable
    - `opportunity_value_period` 'one_time' | 'monthly' | 'annual'
    - `organization_id` string, required
    - `updated_by` string, nullable, required
    - `updated_by_name` string, nullable
    - `user_id` string, nullable, required
    - `user_name` string, nullable
    - `users` string[], required
  - `has_more` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/close/apis/close-api.md) · [All operations](https://skmtc.net/close/apis/close-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/close/close-api/revisions/0dcf3303e9d7/schema)
