Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

GET /v1/automation/node-catalog

GET/v1/automation/node-catalog
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
itemsNodeCatalogItem[] | nullrequired
Show properties
Array of NodeCatalogItem
categorystringrequired
config_schemaanyrequired
descriptionstringrequired
labelstringrequired
outcomesNodeOutcome[] | nullrequired
Show properties
Array of NodeOutcome
idstringrequired
labelstringrequired
typestringrequired
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/automation/node-catalog"
Response
{
  "items": [
    {
      "category": "string",
      "config_schema": "string",
      "description": "string",
      "label": "string",
      "outcomes": [
        {
          "id": "string",
          "label": "string"
        }
      ],
      "type": "string"
    }
  ]
}