Get Agent Configuration

Returns the specified agent configuration in its uninterpolated form

Authentication

AuthorizationToken

Use Authorization: Token <API_KEY> Example: Authorization: Token 12345abcdef

Path parameters

project_idstringRequired
agent_idstringRequired

Response

An agent configuration
agent_idstring
The unique identifier of the agent configuration
configobject
The agent configuration object
metadatamap from strings to strings

A map of arbitrary key-value pairs for labeling or organizing the agent configuration

created_atstringformat: "date-time"
Timestamp when the configuration was created
updated_atstringformat: "date-time"
Timestamp when the configuration was last updated

Errors

400
Bad Request Error