BRK Management
Get BRK Schema
Fetches a BRK schema by its ID. The schema contains all the information needed to initialize and execute a BRK, including input fields, dependencies, and configuration parameters. This endpoint is typically used as the first step in executing a BRK, as you need the schema to properly initialize the BRK with the correct input fields.
POST
Authorizations
Body
application/json
Request containing the BRK ID to fetch
The body is of type object
.
Response
200
application/json
BRK schema response containing the complete schema definition
The response is of type object
.