List assets
BetaRetrieve a paginated list of assets with optional filtering and sorting. Assets include documents, presentations, spreadsheets, images, videos, and other file types managed by Athena Intelligence.
Headers
X-API-KEY
Query parameters
limit
Maximum number of assets to return per page (1-500)
offset
Number of assets to skip for pagination
filters
JSON string of filter criteria. Supports: created_by_id, created_by_email, tags, created_after/before, updated_after/before, title_substring, is_archived, is_hidden, athena_metadata, media_type, athena_converted_type, athena_original_type, summary_ready, summary_status
sort
JSON string of sort criteria: [{“field”: “updated_at”, “direction”: “desc”}]. Supported fields: created_by_id, created_by_email, created_at, updated_at, is_archived, is_hidden, summary_ready, summary_status
Response
Successfully retrieved paginated list of assets
has_more
Whether there are more assets available beyond this page
items
Array of asset objects for the current page
limit
Maximum number of assets returned in this response (1-500)
next_offset
Offset value to use for the next page request, null if no more pages
offset
Number of assets skipped from the beginning of the result set
total
Total number of assets matching the query filters