Skip to main content
POST
/
api
/
v0
/
documents
/
search
{
  "query": "string",
  "folder_id": {},
  "tag_name": {},
  "owner_id": {}
}
{
  "job_status_id": 123,
  "search_id": 123,
  "status": "string",
  "error_message": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.outerport.com/llms.txt

Use this file to discover all available pages before exploring further.

Search for documents

Searches for documents based on the provided query and optional filters.

Request Body

This endpoint requires a request body.
{
  "query": "string",
  "folder_id": {},
  "tag_name": {},
  "owner_id": {}
}

Response

data
object
The response data for this endpoint.
{
  "job_status_id": 123,
  "search_id": 123,
  "status": "string",
  "error_message": {}
}