List visits

Retrieve a paginated list of visits for one or more locations within a time range.

Results are ordered by start time and paginated using page-based pagination. Use the paging.has_next_page field to determine if more results are available.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time
required

ISO 8601 range start (inclusive), e.g. "2026-01-01T00:00:00Z"

date-time
required

ISO 8601 range end (inclusive), e.g. "2026-12-31T23:59:59Z"

location_id
array of strings
required

One or more location IDs to filter by. Pass multiple values to query across locations.

location_id*
boolean

When true, canceled visits are omitted from results. Defaults to false.

host
array of strings

Filter by Robin user ID of the host. Repeat param for multiple values (max 10).

host
integer

Page number (1-based). Defaults to 1.

integer

Number of results per page (1–100). Defaults to 20.

Responses

400

Validation error — missing or invalid parameters

401

Authentication required — no valid user identity

500

Internal server error

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