Get Team Agent Code

Gets the current code for an agent, specified by address

Authentication

AuthorizationBearer

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

Path parameters

slugstringRequired
addressstringRequired

Query parameters

no_cachebooleanOptionalDefaults to false

Response

Successful Response
digeststringOptional
SHA256 digest representing the agent's code.
codestringOptional

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

timestampstringOptionalformat: "date-time"
Timestamp of the last code update.

Errors

422
Unprocessable Entity Error