Skip to main content
GET
List leads

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatbotId
string
required

Query Parameters

limit
integer

Maximum number of records to return.

Required range: x >= 1
cursor
string

Pagination cursor.

status
enum<string>

Lead status filter.

Available options:
all,
open,
archived
important
boolean

Important flag filter.

query
string

Search query.

Response

Successful SiteGPT API v2 response.

ok
boolean
required
data
object
required
meta
object
required