Retrieves time entries for a specific project using the Worksnaps Time Entries API. Returns individual time tracking records showing when users worked on the project. Use this to get detailed time tracking data for a project within a timestamp range. Timestamps must be Unix time…
task_idsstringOptional semicolon-separated list of task IDs to filter time entries (e.g., '100;200').
user_idsstringOptional semicolon-separated list of user IDs to filter time entries (e.g., '123;456'). If not provided, returns entries for all users in the project.
project_idRequiredintegerID of the project to retrieve time entries for.
to_timestampRequiredintegerEnd of the time range as a Unix timestamp (seconds since epoch). Must be at a 10-minute interval boundary and after from_timestamp.
from_timestampRequiredintegerStart of the time range as a Unix timestamp (seconds since epoch). Must be at a 10-minute interval boundary.
time_entry_typestringOptional filter by time entry type. Use 'online' for tracked time with screenshots or 'offline' for manual entries.
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.