Skip to main content
GET
List documents

Authorizations

Authorization
string
header
required

Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx

Path Parameters

business_id
string
required

The ID of the business whose documents to list.

Query Parameters

cursor
string
limit
number
type
string
status
string

Response

List of business documents

object
enum<string>
required

Object type identifier, always "list"

Available options:
list
Example:

"list"

has_more
boolean
required

Whether there are more results available

Example:

true

next_cursor
string | null
required

Cursor for the next page of results. Only present when has_more is true.

Example:

"crs_7g8h9i0j1k2l3m4n"

data
object[]
required

Array of resources for the current page