Backstage Entity Provider API

GET/backstage/entities

Returns entities in Backstage-compatible format for ingestion into Backstage's software catalog.

Parameters

typequerystring

Filter by entity type

Responses

200List of Backstage entities

Request

curl -X GET "https://api.knowledgetree.dev/backstage/entities" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200List of Backstage entities
Example response not yet documented.