Documents
Retrieve a document
Retrieve a document for the authenticated workspace.
GET
/
documents
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredDocument ID
Query Parameters
project
string
requiredWorkspace url
Response
200 - application/json
id
string
Document ID
name
string
Document name
description
string
Document description
file
string
File name
size
integer
File size in bytes
type
string
File type
createdAt
string
Creation date
updatedAt
string
Last update date
projectId
string
Project ID
_count
object