Skip to main content
GET
Python

Authorizations

X-API-Key
string
header
required

The API key to use for authentication.

Headers

Miru-Version
string
required

The API version the client was built against.

Example:

"2026-05-06.rainier"

Path Parameters

config_instance_id
string
required

The unique identifier of the config instance.

Example:

"cfg_inst_123"

Query Parameters

disposition
enum<string>
default:inline

Controls the Content-Disposition behavior. Use inline to display in browser or attachment to trigger a file download.

Available options:
inline,
attachment
Example:

"inline"

Response

200 - application/octet-stream

Successfully retrieved the config instance content. The Content-Type header is set according to the instance format.

The raw config instance content.

Last modified on May 27, 2026