Skip to main content
GET
/
api
/
v1
/
runtime
/
vector-stores
/
{id}
/
documents
List documents in vector store (CLI/SDK)
curl --request GET \
  --url https://api.runflow.ai/api/v1/runtime/vector-stores/{id}/documents

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

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

Path Parameters

id
string
required

Vector store ID or name

Query Parameters

limit
number

Limit results

Example:

50

offset
number

Offset for pagination

Example:

0

Response

200

Documents retrieved successfully.