v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01600974.4 KB
Knowledge

Get document

Get details of a specific knowledge document.

get/v1/documents/{id}

Path parameters

idstring uuid required

The document ID.

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

idstring uuid required

The unique identifier of the document.

namestring required

The name of the document.

type'text' | 'file' required

The type of document.

contentstring required

The full content of the document.

createdAtstring date-time required

When the document was created.

updatedAtstring date-time required

When the document was last updated.