Skip to main content
GET
Get all audit logs

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

page
integer<int32>

The page of results to return.

limit
integer<int32>

The amount of results to return. Defaults to 100. The maximum is 5000.

user
integer<int32>

Filter by personal or service API token that performed the action.

workspace_token
string

Filter by workspace token.

action
enum<string>

Filter by action type.

Available options:
create,
update,
delete
object_name
string

Filter by object name.

source
enum<string>

Filter by source.

Available options:
console,
api,
finops_agent
object_type
enum<string>

Filter by object type.

Available options:
virtual_tag,
cost_report,
recommendation_commitment,
segment
token
string

Filter by audit log token.

object_token
string

Filter by object token (auditable_token).

start_date
string<date>

Filter by start date (ISO 8601 format, e.g., 2024-06-01).

end_date
string<date>

Filter by end date (ISO 8601 format, e.g., 2024-06-01).

Response

AuditLogs model

audit_logs
object[]
required