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.
Request containing the BRK ID to fetch
The body is of type object
.
BRK schema response containing the complete schema definition
The response is of type object
.