Get Team Agent Code

Gets the current code for an agent, specified by address

Path parameters

slugstringRequired
addressstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

no_cachebooleanOptionalDefaults to false

Response

Successful Response
digeststring or null
SHA256 digest representing the agent's code.
codestring or null

The current source code of the agent, as a JSON-formatted string.

timestampstring or nullformat: "date-time"
Timestamp of the last code update.

Errors