Returns a paginated list of time entries for the specified business with optional filters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The UUID of the business
Pagination cursor for fetching the next page of results
Maximum number of results to return
Sort order for results
ASC, DESC Whether to include deleted time entries
Filter by customer UUID
Filter entries that have (true) or do not have (false) a customer assigned
Filter by service UUID
Filter entries on or after this date (YYYY-MM-DD)
Filter entries on or before this date (YYYY-MM-DD)
Filter by billable status
Success
The unique identifier of the time entry
The UUID of the business this time entry belongs to
The service this time entry is associated with
The date the work was performed
Duration of the time entry in minutes
Whether this time entry is billable
Timestamp when the time entry was created
Timestamp when the time entry was last updated
An optional external identifier for the time entry
The customer this time entry is billed to (optional)
Description of the work performed
The invoice line item ID if this time entry has been invoiced
Optional memo or notes
Custom metadata
Timestamp when deleted, or null if not deleted