Cortex REST API

The Cortex REST API exposes the service catalog, scorecards, initiatives, entity relationships and dependencies, on-call assignments, custom data, and deployments managed in a Cortex workspace. Authentication is via personal or service access tokens, and entity descriptors can be retrieved as OpenAPI documents through a per-entity endpoint.

API entry from apis.yml

apis.yml Raw ↑
aid: cortex:cortex-rest-api
name: Cortex REST API
description: The Cortex REST API exposes the service catalog, scorecards, initiatives, entity relationships
  and dependencies, on-call assignments, custom data, and deployments managed in a Cortex workspace. Authentication
  is via personal or service access tokens, and entity descriptors can be retrieved as OpenAPI documents
  through a per-entity endpoint.
humanURL: https://docs.cortex.io/
properties:
- type: Documentation
  url: https://docs.cortex.io/
- type: GettingStarted
  url: https://docs.cortex.io/docs/getting-started
- type: APIReference
  url: https://docs.cortex.io/reference
tags:
- Catalog
- Dependencies
- Deploys
- REST
- Scorecards