Retrieves the YAML representation of a model with optional filtering and mode selection.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The unique identifier of the model.
The ID of the branch to retrieve YAML from. Only valid for shared models in combined mode.
Filter YAML files by name. Can be a string or a regex pattern.
The mode to use when retrieving YAML.
extension - Returns extension-only formatstaged - Returns staged changescombined - Returns combined YAMLextension, staged, combined If true, the response will include file checksums for concurrency control.
A file's checksum can be passed as a query parameter in the Create or update YAML endpoint to ensure changes made by another user aren't overwritten.