REST API operations
Cortex API
The Cortex REST API provides programmatic access to your entities, Scorecards, Workflows, and more.
Authentication
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
Operations
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:

Rate limiting
The Cortex API limits requests to 1000 per minute per client. The body size of any given request has a maximum of 2MB.
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.
Last updated
Was this helpful?