List inspections
Returns a paginated list of inspections for your company. Supports filtering by date range, status, agents, inspectors, services, property location, and more. Results can be sorted by datetime, quote, confirmed, and cancel reason. By default, canceled, deleted, and archived inspections are excluded.
query Parameters
includeComma-separated list of relationships to include in the response. Available relationships: assignments, buyer, buyer_2, buying_agent, company, custom_fields, inspection_attachments, property, selling_agent.
fields[inspection]Comma-separated list of specific fields to include in the response. Example: slug,datetime,quote,buyer_name
page[number]Page number (starts at 1)
page[size]Number of records per page (default: 200, max: 200)
filter[id]Filter by inspection ID or slug
filter[connection_id]Filter by connection ID (matches buying agent or selling agent connections)
filter[fulltext]Full-text search across inspection data (buyer name, address, agent name, etc.)
filter[datetime_greater_than]Only include inspections with a date/time on or after this value. Can be used alone or combined with filter[datetime_less_than] for a date range. ISO 8601 format (e.g., '2024-01-01T00:00:00Z').
filter[datetime_less_than]Only include inspections with a date/time on or before this value. Can be used alone or combined with filter[datetime_greater_than] for a date range. ISO 8601 format (e.g., '2024-12-31T23:59:59Z').
filter[paid]Filter by payment status (true = paid, false = unpaid)
filter[agreements_signed]Filter by whether agreements have been signed
filter[confirmed]Filter by confirmation status
filter[canceled]Filter by cancellation status. By default, canceled inspections are excluded. Set to true to show only canceled inspections.
filter[archived_by_inspector]Filter by archived status. By default, archived inspections are excluded.
filter[inspector_id]Filter by inspector profile ID(s). Can be a single ID or an array of IDs.
filter[service_id]Filter by service ID(s). Returns inspections that include any of the specified services.
filter[service_category_id]Filter by service category ID(s). Returns inspections with services or add-ons in the specified categories.
filter[service_add_on_id]Filter by service add-on ID(s). Returns inspections that include any of the specified add-ons.
filter[deleted]Filter by deletion status. By default, deleted inspections are excluded. Set to true to show only deleted inspections.
filter[published]Filter by publication status (true = published, false = unpublished)
filter[include_canceled]When true, includes canceled inspections in results (overrides default exclusion)
filter[include_archived_by_inspector]When true, includes archived inspections in results (overrides default exclusion)
filter[include_deleted]When true, includes soft-deleted inspections in results (overrides default exclusion)
filter[address]Filter by property street address (case-insensitive, exact match)
filter[zip]Filter by property ZIP/postal code (exact match)
filter[unit]Filter by property unit number (exact match)
filter[lat]Filter by property latitude (exact match, rounded to 6 decimal places)
filter[lng]Filter by property longitude (exact match, rounded to 6 decimal places)
sortSort field. Prefix with '-' for descending order. Available fields: datetime, quote, confirmed, cancel_reason
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List inspections › Responses
Inspections retrieved successfully
Pagination metadata
Pagination links
Get an inspection
Returns detailed information about a specific inspection.
path Parameters
idInspection ID or slug
query Parameters
includeComma-separated list of relationships to include in the response. Available relationships: assignments, buyer, buyer_2, buying_agent, company, custom_fields, inspection_attachments, property, selling_agent.
fields[inspection]Comma-separated list of specific fields to include in the response. Example: slug,datetime,quote,buyer_name
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get an inspection › Responses
Inspection retrieved successfully
Related resources requested via the 'include' query parameter. Contains full data for relationships. Each item contains id, type, attributes, and may include its own relationships.

