GET /api/v1/logs
Lists all System Log events
See System Log query for further details and examples, and System Log filters and search for common use cases.
By default, 100 System Log events are returned. If there are more events, see the header link for the next link,
or increase the number of returned objects using the limit parameter.
Note: The value of the
clientSecretproperty in the System Log is secured by a hashing function, and isn't the value used during authentication.
Servers
- https://{yourOktaDomain}
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
sortOrder |
String | No |
The order of the returned events that are sorted by the Valid values:
Default value: "ASCENDING" |
limit |
Integer | No |
Sets the number of results that are returned in the response Default value: 100 |
filter |
String | No |
Filter expression that filters the results. All operators except [ ] are supported. See Filter and Operators. |
after |
String | No |
Retrieves the next page of results. Okta returns a link in the HTTP Header ( |
q |
String | No |
Filters log events results by one or more case insensitive keywords. |
until |
String | No |
Filters the upper time bound of the log events Default value: "current time" |
since |
String | No |
Filters the lower time bound of the log events Default value: "7 days prior to until" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.