Skip to main content
GET
List filings

Authorizations

Authorization
string
header
required

Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx

Query Parameters

type
string

Filter by filing type

status
string

Filter by status: queued, ready_to_file, processing, filed, completed, or canceled.

business_id
string

Filter by business ID

limit
string

Max items (default 10, max 100)

cursor
string

Pagination cursor

Response

Paginated list of filings

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