List uploaded files for the workspace.
curl --request GET \
--url https://api.tedro.io/api/content/files \
--header 'x-workspace-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "file",
"title": "<string>",
"slug": "<string>",
"sourceFileKey": "<string>",
"fileSize": 123,
"fileType": "<string>",
"syncStatus": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.tedro.io/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.tedro.io/api/content/files \
--header 'x-workspace-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "file",
"title": "<string>",
"slug": "<string>",
"sourceFileKey": "<string>",
"fileSize": 123,
"fileType": "<string>",
"syncStatus": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}