curl --request GET \
--url https://api.getfernand.com/organization/rag \
--header 'X-API-Key: <api-key>'[
{
"id": 42,
"name": "documentation.pdf",
"uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"source": "URL",
"created_at": "2024-01-15T10:30:00Z",
"created_at_ts": 1705315800000,
"last_updated_at": "2024-01-20T14:45:00Z",
"last_updated_at_ts": 1705759500000,
"size": 2048,
"url": "https://docs.piedpiper.com/guide"
}
]curl --request GET \
--url https://api.getfernand.com/organization/rag \
--header 'X-API-Key: <api-key>'[
{
"id": 42,
"name": "documentation.pdf",
"uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"source": "URL",
"created_at": "2024-01-15T10:30:00Z",
"created_at_ts": 1705315800000,
"last_updated_at": "2024-01-20T14:45:00Z",
"last_updated_at_ts": 1705759500000,
"size": 2048,
"url": "https://docs.piedpiper.com/guide"
}
]RAG sources retrieved successfully.
Unique identifier for the vector store file
42
Display name for the file (filename if available, URL, or generated name based on source)
"documentation.pdf"
Unique identifier for tracking this file
40"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Type of source for this file
URL, TEXT, QUESTION, MESSAGE, ARTICLE "URL"
Timestamp when the file was added to the vector store (UTC)
"2024-01-15T10:30:00Z"
Unix timestamp in milliseconds when the file was added
1705315800000
Timestamp when the file content was last modified (UTC)
"2024-01-20T14:45:00Z"
Unix timestamp in milliseconds when the file was last updated
1705759500000
Size of the file in bytes
x >= 02048
Source URL for the file (if it was crawled from a web page)
1000"https://docs.piedpiper.com/guide"
Was this page helpful?