List Audit Event Resource Types
BetaGET
/v1/core/audit-events/resource-typesThis endpoint is idempotent. Learn more
Returns every resource type an audit event can refer to, as plain strings.
This is the accepted vocabulary for the resource_types filter when listing audit events. It is the API's complete resource-type list rather than a list derived from your account's data, so it includes types you may never have recorded events for.
Permissions requiredValues:audit_events:read
The role behind your API key or agent must grant every one of these permissions.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of stringenumValues:accountactorentityResources in this page.
Responses
200
Successful response for List Audit Event Resource Types