Get Team Agent Code
Gets the current code for an agent, specified by address
Path parameters
slug
address
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
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.