/
TR
tryscott
/
One-Shot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 3h ago · Updated 4d ago
View markdown
tryscott
One-Shot API
get
Get Document
v1
latest
OpenAPI 3.1.0
2026-08-04
156
223
229.6 KB
access
1
agent-counsel
4
agent-loop
20
artifacts
1
auth
1
billing
5
cleanroom
10
cli-version
1
connected-sources
7
conversations
12
documents
14
get
List Documents
post
Create Document
get
Get Document
delete
Delete Document
patch
Update Document
post
Create Document Version
get
Get Document Coordinator Context
get
Get Document Comments
post
Create Comment
delete
Delete Comment
patch
Update Comment
post
Upload Document Image
get
Resolve Document Image
post
Upload Agent Document Image
e2b
2
experiment-reports
7
github
1
github-links
4
integrations
1
invites
8
issues
1
notifications
5
orgs
1
probes
4
reviews
11
snapshots
7
sync-chat
9
users
11
waitlist
1
walkthroughs
3
get
Root
get
Jwks
get
Health
get
Health Db
documents
Get Document
Get a specific document
get
/documents/{document_id}
Path parameters
document_id
string
uuid
required
Response
Successful Response
DocumentResponse
required
id
string
uuid
required
user_id
string
required
title
string
required
content
string
required
conversation_id
string
uuid
nullable
required
parent_document_id
string
uuid
nullable
child_document_id
string
uuid
nullable
version_number
integer
coordinator_session_id
string
nullable
document_session_id
string
nullable
is_public
boolean
required
shared_with
string[]
required
doc_metadata
object
nullable
required
created_at
string
date-time
required
updated_at
string
date-time
required