GET /v1/activity_logs
Returns a list of activity log events
Servers
- https://api.figma.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
order |
String | No |
Event order by timestamp. This param can be either "asc" (default) or "desc". Valid values:
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
- 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.