Skip to main content
GET
/
tracks
/
{trackId}
/
entities
Get entities for a track filtered by certification status
curl --request GET \
  --url https://backstage.example.com/api/soundcheck/tracks/{trackId}/entities
{
  "entities": [
    {
      "entityRef": "<string>",
      "levelOrdinal": 123,
      "certificationTimestamp": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

trackId
string
required

The ID of the track

Query Parameters

status
enum<string>

Filter entities by certification status

Available options:
passed,
failed

Response

OK

entities
object[]
required