Fetch a list of events from your Okta organization system log.
GET {{baseUrl}}/api/v1/logs?until=<string>&since=<string>&filter=<string>&q=<string>&limit=<integer>&sortOrder=<integer>&after=<string>
The Okta System Log API provides read access to your organization’s system log. This API provides more functionality than the Events API
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
until | string | ||
since | string | ||
filter | string | Filters apps by status, user.id, group.id or credentials.signing.kid expression | |
q | string | ||
limit | string | Specifies the number of results for a page | |
sortOrder | string | ||
after | string | Specifies the pagination cursor for the next page of apps |