Skip to main content
GET
/
checks
/
{checkId}
Get a check
curl --request GET \
  --url https://backstage.example.com/api/soundcheck/checks/{checkId}
{
  "check": {
    "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.

Path Parameters

checkId
string
required

The ID of the check

Response

OK

check
object
required