List serviced jobs

Returns a paginated list of completed jobs for the authenticated company.
By default only completed jobs are returned (only_completed defaults to true).
Results are ordered by created_at (newest first).

The service_date is taken from the first visit's start time.
total_received and total_outstanding are in dollars.

Note: When service_date_range_start or service_date_range_end are provided,
filtering is applied against the first visit's start time. Because this is evaluated
after the database query, pagination totals reflect the filtered count.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 1
Defaults to 1

Page number (1-based)

integer
1 to 1000
Defaults to 50

Number of results per page (max 1000)

boolean
Defaults to true

When true (default), only return jobs with status Completed. Set to false to include all non-archived, non-quote jobs.

date-time

Return jobs whose first visit starts on or after this date (ISO 8601)

date-time

Return jobs whose first visit starts on or before this date (ISO 8601)

string

Filter jobs where any line item's title or description contains this text (case-insensitive)

date-time

Return jobs that have a succeeded invoice payment on or after this date (ISO 8601)

date-time

Return jobs that have a succeeded invoice payment on or before this date (ISO 8601)

Headers
string
enum
required
Defaults to 1.1.0

Required OpenAPI version header.

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json