Config Instances
Download Content
Download the content of a config instance.
GET
Python
| Scope | Required |
|---|---|
config_instances:read | Yes |
Authorizations
The API key to use for authentication.
Headers
The API version the client was built against.
Example:
"2026-03-09.tetons"
Path Parameters
The unique identifier of the config instance.
Example:
"cfg_inst_123"
Query Parameters
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
Python

