Get Document
Endpoints
Get Document
Retrieve details of a specific document.
GET
Get Document
Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint retrieves the details of a specific document by its ID. The authenticated user must own the document or be a participant.Response
Returns a document object containing:- Document ID
- Title, icon, and cover
- Parent reference (if nested)
- Creation and update timestamps
Authorizations
Bearer token
Path Parameters
ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$