Management APIAudit Logs

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/events

Returns a list of audit events for the specified team.

Authentication

Use your Management API key:

Authorization: Bearer YOUR_MANAGEMENT_API_KEY

For complete API reference, see the Management API documentation.