---
title: "Get all ABR ladders for your organization"
method: GET
path: "/abr"
tags: ["ABR Ladders"]
---

# Get all ABR ladders for your organization

`GET /abr`

## Response `200`

List of ABR ladders

- AbrListResult
  - `data` object[], required — List of ABR ladders
    - `id` string, required — Unique identifier of the ABR ladder
    - `name` string, required — Name of the ABR ladder
    - `video` object[], required — List of video quality renditions
      - `bitrate` number, required — Bitrate in bits-per-second (bps)
      - `id` string, required — Unique identifier for this rendition
      - `label` string, required — Label for this rendition
      - `width` number, required — Width in pixels
      - `height` number, required — Height in pixels
      - `frameRate` object — Frame rate configuration
        - `scale` number, required — Frame rate scale
        - `value` number, required — Frame rate value
      - `codec` 'h264' | 'vision_h265' — Video codec to use for this rendition (defaults to h264)
      - `disableHardwareAcceleration` boolean — Disable hardware acceleration for this rendition (defaults to false)
    - `audio` object — Audio configuration
      - `bitrate` number, required — Audio bitrate in kilobits-per-second (kbps)
      - `atmos` object — Dolby Atmos audio configuration
        - `bitrate` number, required — Dolby Atmos bitrate in kilobits-per-second (kbps)
    - `resources` object — Resource allocation configuration
      - `cpuCores` number, required — Number of CPU cores (1 - 32)
      - `memoryMiB` number, required — Memory in MiB
      - `gpuCount` integer — Number of GPUs (0, 1 or 2)

---

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