GET
/
api
/
v1
/
workflows
/
registry
/
activities
Get activity registry
curl --request GET \
  --url https://workflow-app.thena.ai/api/v1/workflows/registry/activities \
  --header 'x-api-key: <api-key>'
{
  "results": [
    {
      "uid": "<string>",
      "description": "<string>",
      "name": "<string>",
      "uniqueIdentifier": "<string>",
      "version": 123,
      "source": "platform_app",
      "requestSchema": {},
      "responseSchema": {},
      "metadata": {},
      "compensationActivity": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

teamId
string
required

The team ID

Response

200
application/json

Operation successful

The response is of type object.