SynapseDocumentation

List invocation history

Owner-level audit log of all invocations under this wallet. Paginated.

GET/api/v1/usage/logsWallet JWT

For AI agents

Owner-level audit view of all invocations under this wallet. Use to reconcile charges, monitor agent activity, and verify settlement amounts.

Requires: Valid JWT (owner)

Parameters

limit

query · optional

Max results

Generated OpenAPI reference

GET/api/v1/usage/logs

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer

Max results

Response Body

application/json

curl -X GET "https://api-staging.synapse-network.ai/api/v1/usage/logs"
[
  {
    "invocation_id": "inv_xyz",
    "status": "completed",
    "charged_usdc": "0.01"
  }
]