Skip to main content
POST
Batch Get Disks
Reduces the latency overhead of fanning out parallel requests to /disks/{id}. Current production batch retrieval is owned-only. Saved-from-others Disks are returned in not_found.

Request

string[]
required
Array of Disk UUIDs or public_ids. Max 10 per call.

Example

Response

array
Owned Disk objects with public_id, title, summary, text, category, word_count, tags, sections, and created_at. Batch responses do not include related_disks, source, or source_url.
string[]
IDs from the request that did not match any Disk you own.

Errors