GET
/
registry
/
actions
/
{action_name}
{
  "name": "<string>",
  "description": "<string>",
  "namespace": "<string>",
  "type": "udf",
  "origin": "<string>",
  "secrets": [
    {
      "name": "<string>",
      "keys": [
        "<string>"
      ],
      "optional_keys": [
        "<string>"
      ],
      "optional": true
    }
  ],
  "interface": {
    "expects": {},
    "returns": "<any>"
  },
  "implementation": {
    "type": "template",
    "template_action": {
      "type": "action",
      "definition": {
        "name": "<string>",
        "namespace": "<string>",
        "title": "<string>",
        "description": "",
        "display_group": "<string>",
        "doc_url": "<string>",
        "author": "<string>",
        "deprecated": "<string>",
        "secrets": [
          {
            "name": "<string>",
            "keys": [
              "<string>"
            ],
            "optional_keys": [
              "<string>"
            ],
            "optional": true
          }
        ],
        "expects": {},
        "steps": [
          {
            "ref": "<string>",
            "action": "<string>",
            "args": {}
          }
        ],
        "returns": "<string>"
      }
    }
  },
  "default_title": "<string>",
  "display_group": "<string>",
  "doc_url": "<string>",
  "author": "<string>",
  "deprecated": "<string>",
  "options": {
    "include_in_schema": true
  },
  "repository_id": "<string>",
  "id": "<string>",
  "action": "<string>",
  "is_template": true
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

action_name
string
required

Response

200
application/json
Successful Response

API read model for a registered action.