ZITADEL Docs
APIsCore ResourcesV2Action

List Execution Functions

List all available functions which can be used as condition for executions.

GET
/v2/actions/executions/functions

Response Body

application/json

curl -X GET "https://loading/v2/actions/executions/functions"
{
  "functions": [
    "string"
  ]
}

Was this page helpful?