Knowledge
List documents
List knowledge documents for the authenticated user with cursor-based pagination.
get/v1/documents
Query parameters
cursorstring
Cursor from a previous response for fetching the next page of results.
limitinteger required
The maximum number of items to return per page.
sort'createdAt' | 'updatedAt' required
Field to sort results by.
order'asc' | 'desc' required
Sort direction.
Headers
X-Runway-Version'2024-11-06' required
The version of the RunwayML API being used. You can read more about versioning here.
Response
Success