Skip to main content
GET
List action items

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
site_visit_id
string
status
enum<string>
Available options:
OPEN,
IN_PROGRESS,
DONE
priority
enum<string>
Available options:
LOW,
MEDIUM,
HIGH

Response

Paginated list of resources.

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