GET /v1/activity_logs

Returns a list of activity log events

Servers

Query parameters

Name Type Required Description
order String No

Event order by timestamp. This param can be either "asc" (default) or "desc".

Valid values:

  • "desc"
  • "asc"

Default value: "asc"

limit Number No

Maximum number of events to return. This param defaults to 1000 if unspecified.

start_time Number No

Unix timestamp of the least recent event to include. This param defaults to one year ago if unspecified.

events String No

Event type(s) to include in the response. Can have multiple values separated by comma. All events are returned by default.

end_time Number No

Unix timestamp of the most recent event to include. This param defaults to the current timestamp if unspecified.

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.