Agents
List agents
Required API-key scope: agents:read. Optional query filters: creator (hex wallet address that created the agent), owner (snapshotted Sui owner address), created_after / created_before (RFC3339, inclusive), page_token, page_size.
Authorizations
Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.
Query Parameters
Filter by the wallet address that created the agent.
Filter by the agent object's snapshotted Sui owner (wallet or object address).
Only include agents created at or after this RFC3339 timestamp.
Only include agents created at or before this RFC3339 timestamp.
200application/json
Paginated list of agents
Creation-transaction sender; not necessarily the current owner (agent custody is Sui object ownership and transfers emit no event).
Sui owner snapshot taken when the creation event was last (re)projected; null for shared/immutable custody or when the snapshot is missing.
Checkpoint timestamp of the on-chain creation event; null for rows projected before on-chain timestamps were indexed (until a backfill + replay fills them).
Sui ownership variant of the snapshot (address, object, shared,
immutable, consensus_address, unknown).
When the owner snapshot was last applied.
Pagination metadata included in every listing response.
Token to pass as page_token to retrieve the next page. null means
there are no more pages.
Total number of items across all pages.
400
Invalid filter value
500
Internal server error