---
title: "GET /v1/orchestrator/audit_scopes"
method: GET
path: "/v1/orchestrator/audit_scopes"
tags: ["Orchestrator"]
---

# GET /v1/orchestrator/audit_scopes

`GET /v1/orchestrator/audit_scopes`

Lists all Audit Scopes

## Query parameters

- `filter.targetOfEvaluationId` string
- `filter.catalogId` string
- `pageSize` integer
- `pageToken` string
- `orderBy` string
- `asc` boolean

## Response `200`

OK

- ListAuditScopesResponse
  - `auditScopes` AuditScope[]
    - `id` string, required — Audit Scope ID
    - `name` string, required
    - `targetOfEvaluationId` string, required
    - `catalogId` string, required
    - `assuranceLevel` string — an assurance level is not offered by every catalog, therefore it is optional
  - `nextPageToken` string

## Other responses

- `default` — Default error response

## Changes

- **2025-06-04** `081e87edb928` — 1 info
  - added the required property `auditScopes/items/name` to the response with the `200` status
- **2025-03-27** `f2db05790701` — 1 breaking, 1 warning, 2 info
  - removed the required property `auditScopes/items/certificationTargetId` from the response with the `200` status
  - deleted the `query` request parameter `filter.certificationTargetId`
  - added the new optional `query` request parameter `filter.targetOfEvaluationId`
  - added the required property `auditScopes/items/targetOfEvaluationId` to the response with the `200` status
- **2024-12-18** `deb7cc4c4785` — 2 warning, 3 info
  - deleted the `query` request parameter `catalogId`
  - deleted the `query` request parameter `certificationTargetId`
  - added the new optional `query` request parameter `filter.catalogId`
  - added the new optional `query` request parameter `filter.certificationTargetId`
  - …1 more
- **2024-10-09** `07cad9c3688b` — 1 info
  - endpoint added
- **2022-11-07** `9aea46cc4c8a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/clouditor/apis/orchestrator-api/changes/v1/orchestrator/audit_scopes/get.md)

---

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