Fetch activity
Returns a paginated list of activity items (change events) in your workspace, optionally filtered by project, text item, library component, or entity type.
Authorizations
Query Parameters
Comma-separated list of project developer IDs to filter activity for. Activity matching any of the provided project, text item, or component IDs is included (OR logic across all three ID filters).
Comma-separated list of text item developer IDs to filter activity for. Activity matching any of the provided project, text item, or component IDs is included (OR logic across all three ID filters).
Comma-separated list of library component developer IDs to filter activity for. Activity matching any of the provided project, text item, or component IDs is included (OR logic across all three ID filters).
Narrows results to a single entity type (AND logic with the ID filters). One of: textItem (text item changes), component (library component changes), variant (variant changes on text items or components), variable (variable changes). When combined with projectIds, textItemIds, or componentIds, only activity that matches both the ID filters and this entity type is returned.
textItem, component, variant, variable Maximum number of activity items to return (default: 50, max: 200)
The nextCursor value from a previous response, used to fetch the next page
Response
Returns a paginated list of activity items matching the requested filters