cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/team/audit_log/search \ --header 'X-API-Key: <api-key>' \ --header 'X-Team-Id: <x-team-id>'
{ "message": "<string>", "data": [ { "created_at": "<string>", "email": "<string>", "action": "<string>", "status": 123, "method": "<string>", "ip": "<string>", "path": "<string>", "source": "api" } ] }
'Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team'
Search query. Automatically detects search intent:
1 - 200
number of rows to skip
number of rows to get (max 100)
OK
Show child attributes
Was this page helpful?