Atlas
Path parameters
hashstringRequiredPattern:
Hex-encoded SHA-1 hash of the attachment (40 characters)
^[0-9a-f]{40}$Responses
200
The attachment content
application/json
attachmentstring · byteRequired
The attachment data, hex-encoded.
400
Bad request
text/plain
404
Not found
text/plain
get
/v2/attachments/{hash}Query parameters
index_block_hashstringRequiredPattern:
Hex-encoded index block hash (64 characters)
^[0-9a-f]{64}$pages_indexesstringRequiredExample:
max 8 pages per request
1,2,3Pattern: ^[0-9]+(,[0-9]+){0,7}$Responses
200
Attachment inventory bitfield
application/json
block_idstringOptional
Index block hash
400
Bad request
text/plain
404
Not found
text/plain
get
/v2/attachments/invLast updated
Was this helpful?