Skip to main content
POST
/
tracks
/
{trackId}
/
status
Get the aggregate certification status for a track
curl --request POST \
  --url https://backstage.example.com/api/soundcheck/tracks/{trackId}/status \
  --header 'Content-Type: application/json' \
  --data '{
  "filter": {}
}'
{
  "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

Body

application/json
filter
object

Generator-friendly approximation of the runtime EntityFilter type. Runtime validation accepts a record of string or string[] values.

Response

OK

id
string
required
numberOfEntities
integer
required
statusByLevel
object[]
required