GET /api/v1/logs
Lists all System Log Events
Servers
- https://{yourOktaDomain}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sortOrder |
String | No |
The order of the returned events that are sorted by the Possible 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. |
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.