Get audit log feed for a team.
Required Role: VIEWER or higher
Query Parameters:
resource_type: Filter by resource (task, execution, secret, location, member, notification, vault_connection, api_key)event_type: Filter by event (task_created, execution_completed, etc.)actor_type: Filter by actor (user, system, api_key)start_date: Filter events from this date (ISO 8601)end_date: Filter events until this date (ISO 8601)page: Page number (default: 1)limit: Items per page (default: 25, max: 250)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by resource type
Filter by event type
Filter by actor type
Filter events from this date (ISO 8601)
Filter events until this date (ISO 8601)
Page number
x >= 1Items per page
1 <= x <= 250