Audit API specification (e2e4484a57a4f7f29c0e837aff376a9ee87a9e7d)

Download OpenAPI specification:

The audit service is used to observe all actions inside an organization.

events

ListEvents

List all logged organization actions for passed organization id

Authorizations:
API-TOKENPersonal-Access-Token
query Parameters
organization_id
integer
limit
integer [ 1 .. 50 ]
Default: 10

limits audit list output to passed amount.

offset
integer
Default: 0

defines the offset for pagination

Responses

Response samples

Content type
application/json
{
  • "events": [
    ],
  • "totalEvents": 0
}