---
title: "List background music"
method: GET
path: "/v2/musics"
tags: ["Asset"]
---

# List background music

`GET /v2/musics`

Get available background music with pagination.
Supports filtering and sorting of music tracks.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- object
  - `code` integer, required — Business status code: * 0 - Success * 10104 - Record not found * 10105 - Invalid API key * 18020 - Insufficient credit * 18025 - No permission to call APIs * 40000 - Parameter error * 50000 - System error
  - `msg` string, required — Response message
  - `data` object
    - `music` MusicInfo[] — List of music tracks
      - `id` integer — Music ID
      - `name` string — Music name
      - `music_url` string — Music file URL
      - `duration` integer — Music duration in seconds
    - `pagination` Pagination — Pagination information
      - `page` integer — Current page number
      - `page_size` integer — Items per page
      - `total_items` integer — Total number of items
      - `total_pages` integer — Total number of pages

---

[API](https://skmtc.net/jogg/apis/joggai-openapi-v2.md) · [All operations](https://skmtc.net/jogg/apis/joggai-openapi-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jogg/joggai-openapi-v2/revisions/ec8807ce9c12/schema)
