v1

latestOpenAPI 3.0.02026-07-14285059.6 KB
audit-logs

Returns list of audit log events.

Get audit log events for a given namespace.

get/v2/auditlogs/{account}

Path parameters

accountstring required

Namespace to query audit logs for.

Query parameters

actionstring

action name one of ["repo.tag.push", ...]. Optional parameter to filter specific audit log actions.

namestring

name. Optional parameter to filter audit log events to a specific name. For repository events, this is the name of the repository. For organization events, this is the name of the organization. For team member events, this is the username of the team member.

actorstring

actor name. Optional parameter to filter audit log events to the specific user who triggered the event.

fromstring date-time

Start of the time window you wish to query audit events for.

tostring date-time

End of the time window you wish to query audit events for.

pageinteger

page - specify page number. Page number to get.

page_sizeinteger

page_size - specify page size. Number of events to return per page.

Response

A successful response.