---
title: "List background tracks"
method: GET
path: "/background_tracks"
tags: ["Background tracks"]
---

# List background tracks

`GET /background_tracks`

Lists background tracks available to your organization.

## Query parameters

- `pagination[limit]` integer
- `pagination[offset]` integer
- `filter[scopes]` object
- `filter[name]` string
- `filter[custom]` boolean

## Response `200`

OK

- BackgroundTrackModel[]
  - `id` integer — Unique identifier for the object
  - `name` string — The background track name
  - `volume` integer — Percent volume of the track
  - `project` object, nullable
    - `id` integer
    - `name` string
  - `media` object
    - `url` string
    - `duration` integer
  - `created` string — Time at which the object was created (ISO 8601)
  - `updated` string — Time at which the object was updated (ISO 8601)

## Other responses

- `401` — Invalid authentication token

---

[API](https://skmtc.net/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.net/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/versions/8c4bfe3e2ebd/schema)
