List documents

Returns a list of documents

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The unique identifier for the new application.

Query Params
int64
≥ 0
Defaults to 100

The number of documents to return

int64
≥ 0
Defaults to 0

The page number

string

The search term

string

Filter by tool ID

string
^([a-zA-Z0-9_]+(,[a-zA-Z0-9_]+)*)-((asc|desc)(,(asc|desc))*)$
Defaults to name-asc

Sorts the results by one or multiple fields and directions separated by commas:

Format: field1,field2,field3-direction1,direction2,direction3

  • The number of fields and directions must match.

Directions:

  • asc (ascending)
  • desc (descending)

Examples:

  • name-asc → Sorts documents by the name field in ascending order.
  • name,id-desc → Sorts documents by name and id in descending order.

Important: The number of orderBy fields must match the number of directions, or provide a single direction.

Note: Ensure that URI components are properly encoded. Examples:

  • name,id-asc,descname%2Cid-asc%2Cdesc
string

Filter by ingestion source ID

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json