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": {}
    }
  ]
}

Response

200 - application/json

OK

checks
object[]
required