cURL
curl --request GET \ --url https://app.apigene.ai/api/audit/audit-logs/resource/{resource_type}/{resource_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get complete audit history for a specific resource
Args: resource_type: Type of resource (application, agent, mcp_server, context) resource_id: ID of the resource
Returns: Complete audit history for the resource
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Successful Response