---
title: "Get a list of Approval rules"
method: GET
path: "/{spaceId}/approvalrules"
tags: ["ApprovalRules"]
---

# Get a list of Approval rules

`GET /{spaceId}/approvalrules`

Lists all of the approval rules in the supplied Octopus Deploy Space. The results will be sorted alphabetically by name.

## Path parameters

- `spaceId` string, required

## Query parameters

- `partialName` string
- `skip` integer, required
- `take` integer, required

## Response `200`

Success

- ApprovalRuleResourcePaginatedCollection
  - `Items` ApprovalRuleResource[]
    - `AllowSelfApproval` boolean
    - `ApprovingTeamIds` string[]
    - `ApprovingUserIds` string[]
    - `Description` string
    - `Id` string, required
    - `IdScopes` ApprovalRuleIdScopeResource[]
      - `EnvironmentIds` string[], required — IDs of Environments to include in the scope
      - `Id` string
      - `ProjectId` string, required — ID of Project to include in the scope
    - `IsDisabled` boolean
    - `MinimumApproversRequired` integer
    - `Name` string, required
    - `ScopingStrategy` string
    - `SpaceId` string, required
    - `TagScopes` ApprovalRuleTagScopeResource[]
      - `EnvironmentTags` string[], required — Canonical IDs or Names of Environment tags to include in the scope
      - `Id` string
      - `ProjectTags` string[], required — Canonical IDs or Names of Project tags to include in the scope
    - `TenantApprovalStrategy` string
  - `ItemsPerPage` integer
  - `ItemType` string
  - `LastPageNumber` integer
  - `NumberOfPages` integer
  - `TotalResults` integer

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

## Changes

- **2026-08-27** `63b4166a0686` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/octopus/apis/octopus-server-api/changes/:spaceId/approvalrules/get.md)

---

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