Get asset by ID
Retrieve a single asset by its ID. Returns comprehensive metadata including creation info, tags, timestamps, media type, and AI-generated summary.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
File type after Athena processing/conversion (e.g., ‘txt’, ‘pdf’, ‘md’)
Original asset type from AssetType enum (e.g., ‘document’, ‘presentation’, ‘spreadsheet’)
Timestamp when the asset was created (ISO 8601 format)
Whether the asset has been archived (hidden from normal views)
MIME type or Athena-specific media type (e.g., ‘text/plain’, ‘application/pdf’, ‘athena/document’)
Display name/title of the asset
Timestamp when the asset was last modified (ISO 8601 format)
Internal metadata used by Athena system (e.g., {‘source’: ‘kb’, ‘topic’: ‘insights’})
AI-generated summary of the asset content
Status of summary generation process (‘READY’, ‘PENDING’, ‘FAILED’, etc.)
