Batch Get Disks
Reference
Batch Get Disks
Retrieve up to 10 owned Disks in a single round-trip.
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
Array of Disk UUIDs or
public_ids. Max 10 per call.Example
Response
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.IDs from the request that did not match any Disk you own.
Errors
| Status | Code | Meaning |
|---|---|---|
400 | bad_request | ids missing or not an array |
400 | batch_too_large | More than 10 ids — split the request |
401 | unauthorized | Bad / missing API key |
429 | rate_limit_exceeded | >100 req/min |