List audit logs
Returns a list of audit logs.
Query parameters
The number of items to skip in a paginated response.
This query parameter is used for determining the number of objects to skip in pagination.
The limit of results requested by the client.
This query parameter is used for setting an upper limit of objects returned in paginated responses.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by created_at value. See filter schema details for valid predicates.
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
Sortable columns are id, actor_id, actor_name, actor_email, action, request_id, created_at, source, and status.
Return logs created before the specified time. Value should be in the RFC-3339 format. If not supplied, this will default to the current time.
Return logs created after the specified time. Value should be in the RFC-3339 format. If not supplied, this will default to 1 year before the current time.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column value. Valid filter predicates are eq, neq. Valid values are success and failure.
Response
OK
Changes
Changed in 4 of the 66 revisions of this API.2020
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parametercreated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteractionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteractor_emailrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteractor_idrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteractor_namerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteridrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterrequest_idrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parametersourcerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterstatusrequest-parameter-pattern-added
- ○
for the
queryrequest parametercreated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ▲
- ▲
for the
queryrequest parametercreated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parametercreated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteractionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteractor_emailrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteractor_idrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteractor_namerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteridrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterrequest_idrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parametersourcerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterstatusrequest-parameter-pattern-removed
- ▲
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parametercreated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteractionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteractor_emailrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteractor_idrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteractor_namerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteridrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterrequest_idrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parametersourcerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterstatusrequest-parameter-pattern-added
- ○
for the
queryrequest parametercreated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ▲
- ▲
for the
queryrequest parametercreated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parametercreated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteractionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteractor_emailrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteractor_idrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteractor_namerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteridrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterrequest_idrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parametersourcerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterstatusrequest-parameter-pattern-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲