GET /api/v1/logs

Lists all System Log Events

Servers

Query parameters

Name Type Required Description
sortOrder String No

The order of the returned events that are sorted by the published property

Possible values:

  • "ASCENDING"
  • "DESCENDING"

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 (rel=next) that includes the after query parameter

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 published property for bounded queries or persistence time for polling queries.

Default value: "current time"

since String No

Filters the lower time bound of the log events published property for bounded queries or persistence time for polling queries

Default value: "7 days prior to until"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.