assistants
api-keys
conversations
chatbots
data
data-dictionary
datasets
dashboards
credit_usage
dashboard-elements
dashboard-filters
dashboard-element-data
deployments
secrets
- GETRetrieve metadata for a secret
- DELDelete an existing secret entry in the DB. This will also delete the associated secret in the cloud provider's secret manager.
- GETRetrieve all secrets for an organization.
- POSTCreate a new secret entry in the DB. These are typically used/needed to access datasets in protected cloud storage.
workflows
live_flows
live_flow_sessions
classification-classes
- GETGet a list of all available classification class hierarchies
- POSTCreate a classification class hierarchy
- GETGet an existing classification class hierarchy
- DELDelete an existing classification class hierarchy
- PATCHUpdate a classification class hierarchy
- POSTCreate a classification class hierarchy from a CSV file
organisation
inference
tagging-lists
notebooks
- GETGet Notebooks
- POSTCreate Notebook
- GETGet Notebook
- DELDelete Notebook
- PATCHUpdate Notebook
- GETIs Service Running
- POSTCreate Service
- GETGet Service Sessions
- POSTActivate New Service Session
- GETGet Api Sessions
- POSTPost Api Sessions
- PATCHPatch Api Sessions
- GETGet Api Kernels
- GETGet Api Kernel
- POSTInterrupt Api Kernel
- POSTRestart Api Kernel
- GETGet Api Kernelspecs
- GETGet Api Me
admin-organisation
API Reference
.............. Same as '/status'.
Returns {"status":"ok"}
if backend is alive, same as the “/status” endpoint.
Unlike most other endpoints, this one does not require authentication.
GET
/
Copy
{
"status": "<string>"
}
Response
200 - application/json
A status message indicating the health of this main backend server.
The response used for "/status" and "/" endpoints. It just replies "ok". If the call times out then all is not okay and you'll need a drink.
Copy
{
"status": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.