List activities
hubstaff_list_activitiesRetrieve tracked time activities for your organization within a specified time range. Filter by users or projects for precise insights.
Instructions
List tracked time activities for an organization within a time range. Times are ISO 8601 (e.g. 2024-01-01T00:00:00Z).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | No | Filter by user ids. | |
| page_limit | No | Number of records per page (max 500). | |
| project_ids | No | Filter by project ids. | |
| page_start_id | No | Cursor id to start the page from (for pagination). | |
| time_slot_stop | Yes | End of the range, ISO 8601 timestamp. | |
| organization_id | Yes | Organization id. | |
| time_slot_start | Yes | Start of the range, ISO 8601 timestamp. |