Data Sources
Source properties
Detailed explanation of source’s properties
uuid
string
Unique Id of the source
modified_at
string
Indicates source modified time
created_at
string
Indicates source creation time
title
string
Source title, by default generated by AI. Can be updated for citations use.
tokens
number
Length of file in tokens
file_size
number
File size in bytes
file_name
string
Original file name on creation
type
string
Source types are qa
, link
, file
status
string
Soure statuses are:
- Error statuses:
error:storage
,error:token
,error
,fail
error:storage
,error:token
are pointing to subscription limits - In progress:
assigned
,await
,embedding
,running
,chunking
,downloading
- Success:
success
meta_json
string
Source metadata, contains question
and answer
for qa
type sources.