Skip to main content
GET
/
api
/
v1
/
workflows
/
registry
/
events
Get event registry
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": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

teamId
string
required

The team ID

Response

Operation successful

results
object[]
required

The results of the event registry