Skip to main content
GET
List records

Authorizations

Authorization
string
header
required

A VisIQ API key presented as Authorization: Bearer vq_prod_.... Mint keys under Connectors -> API Keys in the dashboard.

Query Parameters

page
integer
default:1

1-based page number.

Required range: x >= 1
limit
integer
default:50

Page size (max 200).

Required range: 1 <= x <= 200
kind
string
Maximum string length: 100
status
enum<string>
Available options:
open,
finalized,
superseded
correlationId
string
Maximum string length: 255
startDate
string<date-time>

Inclusive lower bound on created_at.

endDate
string<date-time>

Inclusive upper bound on created_at.

Response

A page of records.

Offset pagination envelope that reports limit instead of pageSize.

total
integer
page
integer
limit
integer
data
object[]