cURL
curl --request GET \ --url https://api.example.com/v1/swarm/logs \ --header 'x-api-key: <x-api-key>'
{ "status": "<string>", "count": 123, "logs": "<unknown>", "timestamp": "<string>" }
Retrieve all API request logs for all API keys associated with the authenticated user, excluding logs containing client IP information.
Successful Response