Beta

List registry actions

List actions from the registry that can be executed as one-off tasks in the workspace

Query Parameters
  • take
    Type: integer
    greater than:  
    0
    min:  
    -9007199254740991
    max:  
    500

    Integer numbers.

  • skip
    Type: integer
    min:  
    -9007199254740991
    max:  
    9007199254740991

    Integer numbers.

  • filters[applicationInstanceId][in]
    • Type: integer
      min:  
      -9007199254740991
      max:  
      9007199254740991

      Integer numbers.

  • filters[applicationInstanceId][notIn]
    • Type: integer
      min:  
      -9007199254740991
      max:  
      9007199254740991

      Integer numbers.

  • filters[tags][in]
    • Type: string · enum
      values
      • account_creation
      • account_revocation
  • filters[tags][notIn]
    • Type: string · enum
      values
      • account_creation
      • account_revocation
Responses
  • 200
    Type: object

    OK

    • items
      Type: array ·
      required
    • pagination
      Type: object ·
      required
    application/json
get/registry-actions
{
  "pagination": {
    "take": 1,
    "skip": 1,
    "total": 1
  },
  "items": [
    {
      "identifier": "string",
      "label": "string",
      "tag": "account_creation",
      "payloadSchema": {},
      "type": "internal",
      "available": true
    }
  ]
}