Skip to main content
GET
/
results
Get check results
curl --request GET \
  --url https://backstage.example.com/api/soundcheck/results
{
  "results": [
    {
      "entityRef": "<string>",
      "checkId": "<string>",
      "state": "<string>",
      "details": {},
      "scope": "<string>",
      "submittedBy": "<string>"
    }
  ]
}

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.

Query Parameters

entityRef
string
required

The entity reference to get results for.

scope
string

The scope of the results.

checks

One or more check ids to filter by.

Response

OK

results
object[]
required