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
slug
address
Query Parameters
no_cache
Response
Successful Response
digest
SHA256 digest representing the agent's code.
code
The current source code of the agent, as a JSON-formatted string.
timestamp
Timestamp of the last code update.