Skip to main content
GET
List site visits

Authorizations

Authorization
string
header
required

Bearer API key. Two modes: sv_live_* for production data, sv_test_* for a parallel sandbox dataset that doesn't count against plan limits. Issued from Settings → Developers in the SiteVisit app.

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
starting_after
string

ID of the last seen item from the previous page.

property_id
string
status
enum<string>
Available options:
DRAFT,
PROCESSING,
READY,
SENT,
DONE

Response

Paginated list of resources.

data
object[]
required
has_more
boolean
required
next_cursor
string | null
required