Skip to main content
GET
List time entries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

Query Parameters

cursor
string

Pagination cursor for fetching the next page of results.

limit
integer
default:100

Maximum number of results to return.

sort_order
enum<string>
default:DESC

Sort order for results.

Available options:
ASC,
DESC
include_deleted
boolean
default:false

Whether to include deleted time entries.

customer_id
string<uuid>

Filter by customer UUID.

has_customer
boolean

Filter entries that have (true) or do not have (false) a customer assigned.

service_id
string<uuid>

Filter by service UUID.

start_date
string<date>

Filter entries on or after this date (YYYY-MM-DD).

end_date
string<date>

Filter entries on or before this date (YYYY-MM-DD).

billable
boolean

Filter by billable status.

Response

200 - application/json

Success.

data
object[]
required
meta
object

Request metadata. Present on paginated list responses.