Retrieves a list of activities (time entries) from MOCO. Activities are time tracking records that log hours worked on projects and tasks. Use this tool to: - Get all time entries within a date range - Find activities by user, project, task, or company - Filter by billing status…
pageintegerPage number for pagination (1-based). Default is 1. Use to navigate through large result sets. If results are empty, you've reached the last page.
termstringSearch term to find activities by keyword. Searches across activity tags, descriptions, and external reference IDs (remote_id). Case-insensitive partial match.
billedbooleanFilter by invoicing status. True returns only activities already added to an invoice, False returns only unbilled activities. Omit to get both. Use this to find time that needs to be invoiced.
sort_bystringField name to sort results by. Common values: 'date' (activity date), 'hours' (time logged), 'created_at' (when logged). Omit for default sorting.
task_idintegerFilter to show only activities for a specific task within projects. Use the task's numeric ID from MOCO.
to_datestringFilter activities up to this date (inclusive). Format: YYYY-MM-DD. Use with from_date to specify a date range for time entries.
user_idintegerFilter to show only activities logged by a specific user. Use the user's numeric ID from MOCO (get from MOCO_USERS_LIST).
billablebooleanFilter by billability status. True returns only billable activities (can be invoiced), False returns only non-billable activities (internal work). Omit to get both.
from_datestringFilter activities from this date onwards (inclusive). Format: YYYY-MM-DD. Use with to_date to specify a date range for time entries.
company_idintegerFilter to show only activities for a specific customer/company. Use the company's numeric ID from MOCO (get from MOCO_COMPANY_* actions).
project_idintegerFilter to show only activities associated with a specific project. Use the project's numeric ID from MOCO (get from MOCO_PROJECTS_LIST).
sort_orderstringSort direction. 'asc' for ascending (oldest/smallest first), 'desc' for descending (newest/largest first). Default is 'asc'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.