Skip to main content
GET
/
tracks
/
{trackId}
/
status
Get the aggregate certification status for a track
curl --request GET \
  --url https://backstage.example.com/api/soundcheck/tracks/{trackId}/status
{
  "id": "<string>",
  "numberOfEntities": 123,
  "statusByLevel": [
    {
      "ordinal": 123,
      "passed": 123,
      "failed": 123,
      "cumulativelyPassed": 123,
      "cumulativelyFailed": 123,
      "notReported": 123
    }
  ]
}

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

Response

OK

id
string
required
numberOfEntities
integer
required
statusByLevel
object[]
required