Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Query Parameters

q
string
required

Search query string.

Example:

"TEST"

folder
string

Folder to search within.

Example:

"invoices"

limit
integer

Maximum number of entries to show in a page of results.

Example:

20

offset
integer

The number of entries to skip in the result set.

Example:

10

Response

200 - application/json

OK

folder
string

Key for the folder

Example:

"sales"

limit
integer

Maximum number of entries to show in a page of results, up to 100.

Example:

20

list
List · object[] | null

Array of entries ordered by relevance.

offset
integer

Number of entries to skip in the result set.

Example:

20

query
string

String query used for the search.

Example:

"FT-101"