GET
/
registry
/
actions
[
  {
    "name": "<string>",
    "description": "<string>",
    "namespace": "<string>",
    "type": "udf",
    "origin": "<string>",
    "default_title": "<string>",
    "display_group": "<string>",
    "action": "<string>"
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Response

200 - application/json
Successful Response
name
string
required

The name of the action

description
string
required

The description of the action

namespace
string
required

The namespace of the action

type
enum<string>
required

The type of the action

Available options:
udf,
template
origin
string
required

The origin of the action as a url

action
string
required

The full action identifier.

default_title
string | null

The default title of the action

display_group
string | null

The presentation group of the action