Spaces
List spaces
The spaces the key has access to.
GET
https://app.elunos.ai/api/v1/spacesReturns the spaces the key may act in. For a space key that is exactly one. This list is not paginated.
Example
curl https://app.elunos.ai/api/v1/spaces \
-H "Authorization: Bearer np_xxxxxxxx"Response
{
"data": [
{
"id": "0199a1e0-9b8a-7c6d-8e5f-4a3b2c1d0e9f",
"slug": "praxis-mueller",
"name": "Praxis Dr. Müller",
"role": "admin",
"created_at": "2026-08-02T09:00:00+02:00",
"updated_at": "2026-09-21T10:15:00+02:00"
}
]
}slug is the value for {space} in all other addresses. llm_options and conversation_variables only appear in Get space.