GET
/
v3
/
analytics
/
logs
curl --request GET \
  --url https://api.supermemory.ai/v3/analytics/logs \
  --header 'Authorization: Bearer <token>'
{
  "logs": [
    "<any>"
  ],
  "pagination": {
    "currentPage": 1,
    "totalPages": 10,
    "limit": 10,
    "totalItems": 100
  }
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Logs

The response is of type object.