Read Collection
Fetch metadata for a single collection by ID.
This endpoint returns collection metadata only, not a note list for that collection.
For discovery flows, use GET /v2/collections or POST /v2/collections/search.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the collection to read. Use an ID returned by create/list/search. The caller must be able to access this collection.
Response
OK
Creation timestamp for the collection in ISO 8601 format.
Optional description text currently stored on the collection.
UUID of the requested collection.
Current number of notes in the collection.
Identifier for this API request. Useful for tracing and support.
Current title of the collection.
Last modification timestamp for the collection in ISO 8601 format.