---
title: "GET /v3/workplace/change_requests"
method: GET
path: "/v3/workplace/change_requests"
---

# GET /v3/workplace/change_requests

`GET /v3/workplace/change_requests`

## Query parameters

- `page` integer
- `per_page` integer
- `status` string[]
- `title` string

## Response `200`

- object[]
  - `id` string
  - `title` string
  - `status` 'open' | 'closed'
  - `createdAt` string, date-time
  - `createdBy` object
    - `slug` string
    - `type` 'User' | 'ServiceAccount'
    - `name` string
    - `isActive` boolean
    - `image` string
  - `units` object[]
    - `id` string
    - `status` 'draft' | 'open' | 'applied' | 'canceled'
    - `target` object
      - `project` object
        - `slug` string
        - `name` string
      - `environment` object
        - `slug` string
        - `name` string
      - `config` object
        - `slug` string
        - `name` string
  - `assigned` object[]
    - `type` 'WorkplaceUser' | 'ServiceAccount'
    - `slug` string
    - `name` string
    - `email` string
    - `image` string

---

[API](https://skmtc.dev/doppler/apis/core.md) · [All operations](https://skmtc.dev/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doppler/core/revisions/8f244bc5b038/schema)
