Skip to main content
POST
Get Raw BRK
This endpoint retrieves the raw data for a BRK, including the complete BRK definition, schema, editor JSON, configuration, and operations. This endpoint is useful for advanced use cases where you need access to the internal structure of a BRK. You must have at least editor permissions for the BRK to access its raw data.

Request

string
required
The ID of the BRK to get raw data for

Example Request

Response

object
The complete BRK definition
object
The schema definition for the BRK
object
Editor-specific JSON data for the BRK
object
Configuration parameters for the BRK
object
Operations data for the BRK

Example Response

Error Codes

object
Bad Request - The request was malformed or missing required parameters
object
Unauthorized - Authentication credentials are missing or invalid
object
Forbidden - The authenticated user does not have permission to access the raw data for the requested BRK
object
Not Found - The requested BRK does not exist
object
Internal Server Error - An unexpected error occurred on the server

Notes

  • This endpoint returns the complete internal structure of a BRK, which can be useful for debugging or advanced use cases.
  • You must have at least editor permissions for the BRK to access its raw data.
  • The response includes the BRK definition, schema, editor JSON, configuration, and operations data.
  • The editorJSON field contains layout information and other editor-specific metadata.
  • The conf field contains configuration parameters for the BRK, such as model parameters.
  • The ops field contains information about operations performed on the BRK, such as the last operation and timestamp.