Skip to main content
GET
/
fact-collectors
List fact collectors
curl --request GET \
  --url https://backstage.example.com/api/soundcheck/fact-collectors
{
  "factCollectors": [
    {
      "collectorId": "<string>",
      "config": {
        "collects": [
          {}
        ]
      }
    }
  ]
}

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

List of fact collectors the caller can read

factCollectors
object[]
required