curl --request GET \
--url https://workflow-app.thena.ai/api/v1/workflows/registry/events \
--header 'x-api-key: <api-key>'{
"results": [
{
"uid": "<string>",
"description": "<string>",
"eventName": "<string>",
"source": "platform_app",
"schema": {},
"metadata": {}
}
]
}curl --request GET \
--url https://workflow-app.thena.ai/api/v1/workflows/registry/events \
--header 'x-api-key: <api-key>'{
"results": [
{
"uid": "<string>",
"description": "<string>",
"eventName": "<string>",
"source": "platform_app",
"schema": {},
"metadata": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.