Skip to main content
GET
/
checks
Get checks
curl --request GET \
  --url https://backstage.example.com/api/soundcheck/checks
{
  "checks": [
    {
      "id": "<string>",
      "ownerEntityRef": "<string>",
      "name": "<string>",
      "description": "<string>",
      "filter": {}
    }
  ]
}

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.

Response

200 - application/json

OK

checks
object[]
required