Get Archive By Id

Get a single archive by its ID.

Authentication

AuthorizationBearer

Header authentication of the form Bearer <token>

Path parameters

archive_idstringRequiredformat: "^archive-[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"=44 characters

The ID of the archive in the format ‘archive-<uuid4>’

Response

Successful Response
created_atstringformat: "date-time"
The creation date of the archive
namestring
The name of the archive
created_by_idstring or null
The id of the user that made this object.
last_updated_by_idstring or null
The id of the user that made this object.
updated_atstring or nullformat: "date-time"
The timestamp when the object was last updated.
descriptionstring or null
A description of the archive
vector_db_providerenum or null
The vector database provider used for this archive's passages
Allowed values:
metadatamap from strings to any or null
Additional metadata
idstring or nullformat: "^archive-[a-fA-F0-9]{8}"

The human-friendly ID of the Archive

Errors