List content sources for the workspace.
curl --request GET \
--url https://api.tedro.io/api/content/sources \
--header 'x-workspace-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"name": "<string>",
"config": {},
"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/sources \
--header 'x-workspace-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"name": "<string>",
"config": {},
"syncStatus": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}