curl --request GET \
--url https://api.example.com/projects \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "<string>",
"name": "<string>",
"sort_order": 123,
"description": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
]
}Returns projects available to the authenticated tenant.
curl --request GET \
--url https://api.example.com/projects \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "<string>",
"name": "<string>",
"sort_order": 123,
"description": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.uselemma.ai/llms.txt
Use this file to discover all available pages before exploring further.