REST API operations
Last updated
Last updated
The Cortex REST API provides programmatic access to your entities, Scorecards, Workflows, and more.
All requests to the Cortex API need to provide an Authorization: Bearer <token>
header, where <token>
is an API key created in the Settings page of your workspace.
HTTP Authorization Scheme
bearer
Bearer format:
JWT
See the sub-pages in this section for all available operations. Throughout these documentation pages, click Test it under an operation to try it out directly on the documentation page:
If you attempt too many requests in a short period, a 429
error will be returned with a Retry-After
header. If you are hitting rate limits frequently, please contact your Cortex Customer Success Manager to discuss your use case.