Audit Logs
The Management API provides audit log endpoints to track team activities.
Base URL: https://management-api.x.ai
List Audit Events
GET /audit/teams/:teamId/eventsReturns a list of audit events for the specified team.
Authentication
Use your Management API key:
Authorization: Bearer YOUR_MANAGEMENT_API_KEYFor complete API reference, see the Management API documentation.