The audit log provides audit trail information for user activity, changes to business objects and other important information. For more information, see Audit log.
Get audit logs based on query params filter
Executed successfully
Unauthorized
Forbidden
unexpected error
unexpected error
{- "total": 2000,
- "next": 100,
- "audit_logs": [
- {
- "id": "0000-000000-00000-00000",
- "timestamp": "2022-01-01T03:49:52.531Z",
- "tenant_id": 12345,
- "subject": "researcher@run.ai",
- "subject_type": "User",
- "source_ip": "192.168.0.1",
- "action": "create",
- "http_method": "GET",
- "entity_type": "project",
- "entity_name": "project-1",
- "entity_id": "1234",
- "result": "Succeeded",
- "http_status_code": 200,
- "cluster_name": "my favorite cluster",
- "cluster_id": "d3d1bfdf-67c4-41fa-b065-858242731616",
- "request_id": "bb0c4742-e52f-4d5e-bfee-2c4ff57c339c"
}
]
}
Download audit logs as a file, based on query params filter
File downloaded
Unauthorized
Forbidden
unexpected error
unexpected error
{- "code": 401,
- "message": "Issuer is not familiar."
}