Skip to main content
GET
/
api
/
projects
/
{id}
/
assistants
/
{assistantId}
/
executions
cURL
curl --request GET \
  --url http://localhost/api/projects/{id}/assistants/{assistantId}/executions
{
  "totalPages": 123,
  "totalElements": 123,
  "size": 123,
  "content": [
    {
      "uuid": "<string>",
      "createdOn": "2023-11-07T05:31:56Z",
      "updatedOn": "2023-11-07T05:31:56Z",
      "changeSequence": 123,
      "assistantId": "<string>",
      "description": "<string>",
      "priority": 123,
      "targets": {
        "instances": [
          {
            "type": "DOCUMENT_STORE",
            "ref": "<string>",
            "documentFamilyId": "<string>",
            "contentObjectId": "<string>",
            "actor": {
              "actorId": "<string>",
              "actorType": "USER"
            },
            "taxonomyRefs": [
              "<string>"
            ],
            "labelsToApply": [
              "<string>"
            ]
          }
        ]
      },
      "session": {
        "organization": {
          "name": "<string>",
          "slug": "<string>",
          "organizationStatus": "ACTIVE",
          "uuid": "<string>",
          "createdOn": "2023-11-07T05:31:56Z",
          "updatedOn": "2023-11-07T05:31:56Z",
          "changeSequence": 123,
          "publicAccess": true,
          "description": "<string>",
          "hasImage": true,
          "defaultToPrivateTemplates": true,
          "supportAccess": true,
          "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
          "stripeCustomerId": "<string>",
          "enterpriseOrganization": true,
          "id": "<string>"
        },
        "uuid": "<string>",
        "createdOn": "2023-11-07T05:31:56Z",
        "updatedOn": "2023-11-07T05:31:56Z",
        "changeSequence": 123,
        "state": "OPEN",
        "token": "<string>",
        "id": "<string>"
      },
      "startDate": "2023-11-07T05:31:56Z",
      "endDate": "2023-11-07T05:31:56Z",
      "processingTime": 123,
      "loggingEnabled": true,
      "deleteLoggingOnSuccess": true,
      "status": "PENDING",
      "exceptionDetails": {
        "message": "<string>",
        "statusCode": 123,
        "errorMessage": "<string>",
        "errorType": "<string>",
        "executedVersion": "<string>",
        "advice": "<string>",
        "description": "<string>",
        "cause": {},
        "documentationUrl": "<string>",
        "stackTrace": [
          {}
        ],
        "help": "<string>",
        "optionErrors": {},
        "validationErrors": [
          {
            "message": "<string>",
            "option": "<string>",
            "description": "<string>"
          }
        ]
      },
      "statusDetails": {
        "message": "<string>",
        "detail": "<string>",
        "progressMax": 123,
        "progress": 123,
        "stepStatus": {
          "stepId": "<string>",
          "status": "PENDING",
          "statusMessage": "<string>",
          "progressMax": 123,
          "progress": 123
        }
      },
      "pipeline": {
        "valid": true,
        "ref": "<string>",
        "id": "<string>",
        "exceptions": [
          {
            "message": "<string>",
            "statusCode": 123,
            "errorMessage": "<string>",
            "errorType": "<string>",
            "executedVersion": "<string>",
            "advice": "<string>",
            "description": "<string>",
            "cause": {},
            "documentationUrl": "<string>",
            "stackTrace": [
              {}
            ],
            "help": "<string>",
            "optionErrors": {},
            "validationErrors": [
              {
                "message": "<string>",
                "option": "<string>",
                "description": "<string>"
              }
            ]
          }
        ],
        "steps": [
          {
            "id": "<string>",
            "status": "PENDING",
            "exceptionDetails": {
              "message": "<string>",
              "statusCode": 123,
              "errorMessage": "<string>",
              "errorType": "<string>",
              "executedVersion": "<string>",
              "advice": "<string>",
              "description": "<string>",
              "cause": {},
              "documentationUrl": "<string>",
              "stackTrace": [
                {}
              ],
              "help": "<string>",
              "optionErrors": {},
              "validationErrors": [
                {
                  "message": "<string>",
                  "option": "<string>",
                  "description": "<string>"
                }
              ]
            },
            "name": "<string>",
            "statusMessage": "<string>",
            "progressMax": 123,
            "progress": 123,
            "start": "2023-11-07T05:31:56Z",
            "end": "2023-11-07T05:31:56Z",
            "processingTime": 123,
            "options": {},
            "optionTypes": {},
            "context": {},
            "conditional": "<string>",
            "contentObjects": [
              {
                "contentType": "DOCUMENT",
                "uuid": "<string>",
                "createdOn": "2023-11-07T05:31:56Z",
                "updatedOn": "2023-11-07T05:31:56Z",
                "changeSequence": 123,
                "documentVersion": "<string>",
                "index": 123,
                "metadata": {},
                "mixins": [
                  "<string>"
                ],
                "created": "2023-11-07T05:31:56Z",
                "modified": "2023-11-07T05:31:56Z",
                "size": 123,
                "storeRef": "<string>",
                "documentTaxonValidations": [
                  {
                    "taxonomyRef": "<string>",
                    "taxonPath": "<string>",
                    "validation": {
                      "name": "<string>",
                      "disabled": true,
                      "description": "<string>",
                      "conditional": true,
                      "conditionalFormula": "<string>",
                      "ruleFormula": "<string>",
                      "messageFormula": "<string>",
                      "detailFormula": "<string>",
                      "exceptionId": "<string>",
                      "supportArticleId": "<string>",
                      "overridable": true
                    }
                  }
                ],
                "documentFamilyId": "<string>",
                "id": "<string>"
              }
            ],
            "inputId": "<string>",
            "outputId": "<string>",
            "outputIds": "<string>",
            "ref": "<string>",
            "extensionPackRef": "<string>",
            "stepType": "ACTION"
          }
        ]
      },
      "parameters": {},
      "customOptions": {},
      "context": {},
      "childExecutions": "<array>",
      "contentObjects": [
        {
          "contentType": "DOCUMENT",
          "uuid": "<string>",
          "createdOn": "2023-11-07T05:31:56Z",
          "updatedOn": "2023-11-07T05:31:56Z",
          "changeSequence": 123,
          "documentVersion": "<string>",
          "index": 123,
          "metadata": {},
          "mixins": [
            "<string>"
          ],
          "created": "2023-11-07T05:31:56Z",
          "modified": "2023-11-07T05:31:56Z",
          "size": 123,
          "storeRef": "<string>",
          "documentTaxonValidations": [
            {
              "taxonomyRef": "<string>",
              "taxonPath": "<string>",
              "validation": {
                "name": "<string>",
                "disabled": true,
                "description": "<string>",
                "conditional": true,
                "conditionalFormula": "<string>",
                "ruleFormula": "<string>",
                "messageFormula": "<string>",
                "detailFormula": "<string>",
                "exceptionId": "<string>",
                "supportArticleId": "<string>",
                "overridable": true
              }
            }
          ],
          "documentFamilyId": "<string>",
          "id": "<string>"
        }
      ],
      "documentFamily": {
        "path": "<string>",
        "uuid": "<string>",
        "createdOn": "2023-11-07T05:31:56Z",
        "updatedOn": "2023-11-07T05:31:56Z",
        "changeSequence": 123,
        "documentStatus": {
          "status": "<string>",
          "uuid": "<string>",
          "createdOn": "2023-11-07T05:31:56Z",
          "updatedOn": "2023-11-07T05:31:56Z",
          "changeSequence": 123,
          "color": "<string>",
          "icon": "<string>",
          "slug": "<string>",
          "statusType": "UNRESOLVED",
          "id": "<string>"
        },
        "deleted": true,
        "assignment": {
          "user": {
            "email": "<string>",
            "uuid": "<string>",
            "createdOn": "2023-11-07T05:31:56Z",
            "updatedOn": "2023-11-07T05:31:56Z",
            "changeSequence": 123,
            "firstName": "<string>",
            "lastName": "<string>",
            "bio": "<string>",
            "userStorage": {
              "favoriteLinks": [
                {
                  "link": "<string>"
                }
              ]
            },
            "showDeveloperTools": true,
            "image": "<string>",
            "userHash": "<string>",
            "acceptedTerms": true,
            "userType": "HUMAN",
            "active": true,
            "fullName": "<string>",
            "externallyManaged": true,
            "hasAcceptedTerms": true,
            "id": "<string>",
            "security": {
              "roles": [
                "PLATFORM_ADMIN"
              ]
            },
            "preferences": {
              "showWelcomeMessage": true,
              "showOnboarding": true,
              "showScrollbars": true
            }
          },
          "uuid": "<string>",
          "createdOn": "2023-11-07T05:31:56Z",
          "updatedOn": "2023-11-07T05:31:56Z",
          "changeSequence": 123,
          "assignedAt": "2023-11-07T05:31:56Z",
          "releaseAt": "2023-11-07T05:31:56Z",
          "id": "<string>"
        },
        "storeRef": "<string>",
        "locked": true,
        "created": "2023-11-07T05:31:56Z",
        "modified": "2023-11-07T05:31:56Z",
        "size": 123,
        "numberOfNotes": 123,
        "numberOfInsights": 123,
        "numberOfContentExceptions": 123,
        "contentObjects": [
          {
            "contentType": "DOCUMENT",
            "uuid": "<string>",
            "createdOn": "2023-11-07T05:31:56Z",
            "updatedOn": "2023-11-07T05:31:56Z",
            "changeSequence": 123,
            "documentVersion": "<string>",
            "index": 123,
            "metadata": {},
            "mixins": [
              "<string>"
            ],
            "created": "2023-11-07T05:31:56Z",
            "modified": "2023-11-07T05:31:56Z",
            "size": 123,
            "storeRef": "<string>",
            "documentTaxonValidations": [
              {
                "taxonomyRef": "<string>",
                "taxonPath": "<string>",
                "validation": {
                  "name": "<string>",
                  "disabled": true,
                  "description": "<string>",
                  "conditional": true,
                  "conditionalFormula": "<string>",
                  "ruleFormula": "<string>",
                  "messageFormula": "<string>",
                  "detailFormula": "<string>",
                  "exceptionId": "<string>",
                  "supportArticleId": "<string>",
                  "overridable": true
                }
              }
            ],
            "documentFamilyId": "<string>",
            "id": "<string>"
          }
        ],
        "contentExceptions": [
          {
            "message": "<string>",
            "exceptionType": "<string>",
            "severity": "<string>",
            "uuid": "<string>",
            "createdOn": "2023-11-07T05:31:56Z",
            "updatedOn": "2023-11-07T05:31:56Z",
            "changeSequence": 123,
            "tag": "<string>",
            "exceptionDetails": "<string>",
            "groupUuid": "<string>",
            "tagUuid": "<string>",
            "id": "<string>"
          }
        ],
        "transitions": [
          {
            "uuid": "<string>",
            "createdOn": "2023-11-07T05:31:56Z",
            "updatedOn": "2023-11-07T05:31:56Z",
            "changeSequence": 123,
            "transitionType": "DERIVED",
            "index": 123,
            "dateTime": "2023-11-07T05:31:56Z",
            "actor": {
              "actorId": "<string>",
              "actorType": "USER"
            },
            "label": "<string>",
            "sourceContentObjectId": "<string>",
            "destinationContentObjectId": "<string>",
            "ignoredValues": {},
            "id": "<string>"
          }
        ],
        "taxonomies": [
          {
            "slug": "<string>",
            "template": true,
            "deprecated": true,
            "ref": "<string>",
            "changeSequence": 123,
            "organization": {
              "name": "<string>",
              "slug": "<string>",
              "organizationStatus": "ACTIVE",
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "publicAccess": true,
              "description": "<string>",
              "hasImage": true,
              "defaultToPrivateTemplates": true,
              "supportAccess": true,
              "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
              "stripeCustomerId": "<string>",
              "enterpriseOrganization": true,
              "id": "<string>"
            },
            "extensionPackRef": "<string>",
            "id": "<string>",
            "uuid": "<string>",
            "version": "<string>",
            "createdOn": "2023-11-07T05:31:56Z",
            "updatedOn": "2023-11-07T05:31:56Z",
            "name": "<string>",
            "publicAccess": true,
            "projects": [
              {
                "name": "<string>",
                "uuid": "<string>",
                "createdOn": "2023-11-07T05:31:56Z",
                "updatedOn": "2023-11-07T05:31:56Z",
                "changeSequence": 123,
                "organization": {
                  "name": "<string>",
                  "slug": "<string>",
                  "organizationStatus": "ACTIVE",
                  "uuid": "<string>",
                  "createdOn": "2023-11-07T05:31:56Z",
                  "updatedOn": "2023-11-07T05:31:56Z",
                  "changeSequence": 123,
                  "publicAccess": true,
                  "description": "<string>",
                  "hasImage": true,
                  "defaultToPrivateTemplates": true,
                  "supportAccess": true,
                  "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                  "stripeCustomerId": "<string>",
                  "enterpriseOrganization": true,
                  "id": "<string>"
                },
                "description": "<string>",
                "owner": {
                  "email": "<string>",
                  "uuid": "<string>",
                  "createdOn": "2023-11-07T05:31:56Z",
                  "updatedOn": "2023-11-07T05:31:56Z",
                  "changeSequence": 123,
                  "firstName": "<string>",
                  "lastName": "<string>",
                  "bio": "<string>",
                  "userStorage": {
                    "favoriteLinks": [
                      {
                        "link": "<string>"
                      }
                    ]
                  },
                  "showDeveloperTools": true,
                  "image": "<string>",
                  "userHash": "<string>",
                  "acceptedTerms": true,
                  "userType": "HUMAN",
                  "active": true,
                  "fullName": "<string>",
                  "externallyManaged": true,
                  "hasAcceptedTerms": true,
                  "id": "<string>",
                  "security": {
                    "roles": [
                      "PLATFORM_ADMIN"
                    ]
                  },
                  "preferences": {
                    "showWelcomeMessage": true,
                    "showOnboarding": true,
                    "showScrollbars": true
                  }
                },
                "status": {
                  "status": "<string>",
                  "uuid": "<string>",
                  "createdOn": "2023-11-07T05:31:56Z",
                  "updatedOn": "2023-11-07T05:31:56Z",
                  "changeSequence": 123,
                  "organization": {
                    "name": "<string>",
                    "slug": "<string>",
                    "organizationStatus": "ACTIVE",
                    "uuid": "<string>",
                    "createdOn": "2023-11-07T05:31:56Z",
                    "updatedOn": "2023-11-07T05:31:56Z",
                    "changeSequence": 123,
                    "publicAccess": true,
                    "description": "<string>",
                    "hasImage": true,
                    "defaultToPrivateTemplates": true,
                    "supportAccess": true,
                    "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                    "stripeCustomerId": "<string>",
                    "enterpriseOrganization": true,
                    "id": "<string>"
                  },
                  "color": "<string>",
                  "icon": "<string>",
                  "production": true,
                  "id": "<string>"
                },
                "templateArticleId": "<string>",
                "projectTemplateRef": "<string>",
                "notes": "<string>",
                "color": "<string>",
                "tags": [
                  {
                    "name": "<string>",
                    "uuid": "<string>",
                    "createdOn": "2023-11-07T05:31:56Z",
                    "updatedOn": "2023-11-07T05:31:56Z",
                    "changeSequence": 123,
                    "organization": {
                      "name": "<string>",
                      "slug": "<string>",
                      "organizationStatus": "ACTIVE",
                      "uuid": "<string>",
                      "createdOn": "2023-11-07T05:31:56Z",
                      "updatedOn": "2023-11-07T05:31:56Z",
                      "changeSequence": 123,
                      "publicAccess": true,
                      "description": "<string>",
                      "hasImage": true,
                      "defaultToPrivateTemplates": true,
                      "supportAccess": true,
                      "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                      "stripeCustomerId": "<string>",
                      "enterpriseOrganization": true,
                      "id": "<string>"
                    },
                    "color": "<string>",
                    "id": "<string>"
                  }
                ],
                "dataFlow": {
                  "viewPort": {
                    "x": 123,
                    "y": 123,
                    "zoom": 123
                  },
                  "nodes": [
                    {
                      "id": "<string>",
                      "parentId": "<string>",
                      "type": "<string>",
                      "position": {
                        "x": 123,
                        "y": 123
                      },
                      "dimensions": {
                        "width": 123,
                        "height": 123
                      },
                      "properties": {}
                    }
                  ],
                  "edges": [
                    {
                      "id": "<string>",
                      "source": "<string>",
                      "target": "<string>",
                      "properties": {}
                    }
                  ]
                },
                "options": {
                  "options": [
                    {
                      "name": "<string>",
                      "type": "<string>",
                      "groupOptions": "<array>",
                      "properties": {},
                      "tabName": "<string>",
                      "aliases": [
                        "<string>"
                      ],
                      "label": "<string>",
                      "falseLabel": "<string>",
                      "hint": "<string>",
                      "required": true,
                      "subType": "<string>",
                      "listType": "<string>",
                      "displayProperties": {},
                      "listLabel": "<string>",
                      "listDescription": "<string>",
                      "featureFlag": "<string>",
                      "default": {},
                      "description": "<string>",
                      "supportArticle": "<string>",
                      "overviewMarkdown": "<string>",
                      "showIf": "<string>",
                      "developerOnly": true,
                      "showOnPopup": true,
                      "possibleValues": [
                        {
                          "label": "<string>",
                          "value": {},
                          "description": "<string>"
                        }
                      ]
                    }
                  ],
                  "properties": {},
                  "groupTaxonTypeFeatures": {},
                  "taxonTypeFeatures": {},
                  "taskOptions": {
                    "showTakeNext": true,
                    "showNewTask": true
                  }
                },
                "documentStatuses": [
                  {
                    "status": "<string>",
                    "uuid": "<string>",
                    "createdOn": "2023-11-07T05:31:56Z",
                    "updatedOn": "2023-11-07T05:31:56Z",
                    "changeSequence": 123,
                    "color": "<string>",
                    "icon": "<string>",
                    "slug": "<string>",
                    "statusType": "UNRESOLVED",
                    "id": "<string>"
                  }
                ],
                "statusType": "ACTIVE",
                "taskStatuses": [
                  {
                    "label": "<string>",
                    "uuid": "<string>",
                    "createdOn": "2023-11-07T05:31:56Z",
                    "updatedOn": "2023-11-07T05:31:56Z",
                    "changeSequence": 123,
                    "color": "<string>",
                    "icon": "<string>",
                    "slug": "<string>",
                    "statusType": "TODO",
                    "id": "<string>"
                  }
                ],
                "id": "<string>"
              }
            ],
            "metadata": {
              "orgSlug": "<string>",
              "slug": "<string>",
              "type": "<string>",
              "name": "<string>",
              "version": "<string>",
              "ref": "<string>",
              "template": true,
              "description": "<string>",
              "get_id": "<string>",
              "publicAccess": true,
              "imageUrl": "<string>",
              "icon": "<string>",
              "overviewMarkdown": "<string>",
              "provider": "<string>",
              "providerUrl": "<string>",
              "providerImageUrl": "<string>",
              "deleteProtection": true,
              "checksum": "<string>",
              "deprecated": true,
              "extensionPackRef": "<string>",
              "taxonomyType": "CONTENT",
              "enabled": true,
              "externalDataTaxonomyRefs": [
                "<string>"
              ],
              "taxons": [
                {
                  "name": "<string>",
                  "externalName": "<string>",
                  "valuePath": "VALUE_OR_ALL_CONTENT",
                  "id": "<string>",
                  "label": "<string>",
                  "order": 123,
                  "generateName": true,
                  "group": true,
                  "selectWeight": 123,
                  "metadataValue": "FILENAME",
                  "dataPath": "<string>",
                  "expression": "<string>",
                  "enableFallbackExpression": true,
                  "fallbackExpression": "<string>",
                  "enableSerializationExpression": true,
                  "serializationExpression": "<string>",
                  "nullable": true,
                  "nullValue": "<string>",
                  "denormalizeToChildren": true,
                  "notUserLabelled": true,
                  "description": "<string>",
                  "overviewMarkdown": "<string>",
                  "semanticDefinition": "<string>",
                  "synonyms": [
                    "<string>"
                  ],
                  "lexicalRelations": [
                    {
                      "type": "SYNONYM",
                      "value": "<string>",
                      "weight": 123
                    }
                  ],
                  "additionContexts": [
                    {
                      "type": "RECORD_DEFINITION",
                      "context": "<string>",
                      "weight": 123,
                      "negative": true
                    }
                  ],
                  "guideProperties": {
                    "guidanceKey": true,
                    "guidanceKeyExpression": "<string>",
                    "useGuidanceForClassification": true,
                    "ifPresentRequired": true
                  },
                  "enabled": true,
                  "color": "<string>",
                  "children": "<array>",
                  "options": [
                    {
                      "name": "<string>",
                      "type": "<string>",
                      "groupOptions": "<array>",
                      "properties": {},
                      "tabName": "<string>",
                      "aliases": [
                        "<string>"
                      ],
                      "label": "<string>",
                      "falseLabel": "<string>",
                      "hint": "<string>",
                      "required": true,
                      "subType": "<string>",
                      "listType": "<string>",
                      "displayProperties": {},
                      "listLabel": "<string>",
                      "listDescription": "<string>",
                      "featureFlag": "<string>",
                      "default": {},
                      "description": "<string>",
                      "supportArticle": "<string>",
                      "overviewMarkdown": "<string>",
                      "showIf": "<string>",
                      "developerOnly": true,
                      "showOnPopup": true,
                      "possibleValues": [
                        {
                          "label": "<string>",
                          "value": {},
                          "description": "<string>"
                        }
                      ]
                    }
                  ],
                  "nodeTypes": [
                    "<string>"
                  ],
                  "taxonType": "STRING",
                  "selectionOptions": [
                    {
                      "label": "<string>",
                      "id": "<string>",
                      "description": "<string>",
                      "isConditional": true,
                      "conditionalFormula": "<string>",
                      "lexicalRelations": [
                        {
                          "type": "SYNONYM",
                          "value": "<string>",
                          "weight": 123
                        }
                      ]
                    }
                  ],
                  "typeFeatures": {},
                  "properties": {},
                  "conditionalFormats": [
                    {
                      "type": "<string>",
                      "condition": "<string>",
                      "properties": {}
                    }
                  ],
                  "validationRules": [
                    {
                      "name": "<string>",
                      "disabled": true,
                      "description": "<string>",
                      "conditional": true,
                      "conditionalFormula": "<string>",
                      "ruleFormula": "<string>",
                      "messageFormula": "<string>",
                      "detailFormula": "<string>",
                      "exceptionId": "<string>",
                      "supportArticleId": "<string>",
                      "overridable": true
                    }
                  ],
                  "cardinality": "ONCE_PER_DOCUMENT",
                  "path": "<string>",
                  "multiValue": true,
                  "userEditable": true,
                  "usePostExpression": true,
                  "postExpression": "<string>"
                }
              ],
              "totalTaxons": 123
            }
          }
        ],
        "labels": [
          {
            "name": "<string>",
            "label": "<string>",
            "uuid": "<string>",
            "createdOn": "2023-11-07T05:31:56Z",
            "updatedOn": "2023-11-07T05:31:56Z",
            "changeSequence": 123,
            "organization": {
              "name": "<string>",
              "slug": "<string>",
              "organizationStatus": "ACTIVE",
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "publicAccess": true,
              "description": "<string>",
              "hasImage": true,
              "defaultToPrivateTemplates": true,
              "supportAccess": true,
              "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
              "stripeCustomerId": "<string>",
              "enterpriseOrganization": true,
              "id": "<string>"
            },
            "color": "<string>",
            "id": "<string>"
          }
        ],
        "activeAssistant": {
          "name": "<string>",
          "uuid": "<string>",
          "createdOn": "2023-11-07T05:31:56Z",
          "updatedOn": "2023-11-07T05:31:56Z",
          "changeSequence": 123,
          "subscription": "<string>",
          "slug": "<string>",
          "schedules": [
            {
              "type": "<string>",
              "cronExpression": "<string>",
              "lastEvent": "2023-11-07T05:31:56Z",
              "nextEvent": "2023-11-07T05:31:56Z",
              "id": "<string>"
            }
          ],
          "project": {
            "name": "<string>",
            "uuid": "<string>",
            "createdOn": "2023-11-07T05:31:56Z",
            "updatedOn": "2023-11-07T05:31:56Z",
            "changeSequence": 123,
            "organization": {
              "name": "<string>",
              "slug": "<string>",
              "organizationStatus": "ACTIVE",
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "publicAccess": true,
              "description": "<string>",
              "hasImage": true,
              "defaultToPrivateTemplates": true,
              "supportAccess": true,
              "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
              "stripeCustomerId": "<string>",
              "enterpriseOrganization": true,
              "id": "<string>"
            },
            "description": "<string>",
            "owner": {
              "email": "<string>",
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "firstName": "<string>",
              "lastName": "<string>",
              "bio": "<string>",
              "userStorage": {
                "favoriteLinks": [
                  {
                    "link": "<string>"
                  }
                ]
              },
              "showDeveloperTools": true,
              "image": "<string>",
              "userHash": "<string>",
              "acceptedTerms": true,
              "userType": "HUMAN",
              "active": true,
              "fullName": "<string>",
              "externallyManaged": true,
              "hasAcceptedTerms": true,
              "id": "<string>",
              "security": {
                "roles": [
                  "PLATFORM_ADMIN"
                ]
              },
              "preferences": {
                "showWelcomeMessage": true,
                "showOnboarding": true,
                "showScrollbars": true
              }
            },
            "status": {
              "status": "<string>",
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "organization": {
                "name": "<string>",
                "slug": "<string>",
                "organizationStatus": "ACTIVE",
                "uuid": "<string>",
                "createdOn": "2023-11-07T05:31:56Z",
                "updatedOn": "2023-11-07T05:31:56Z",
                "changeSequence": 123,
                "publicAccess": true,
                "description": "<string>",
                "hasImage": true,
                "defaultToPrivateTemplates": true,
                "supportAccess": true,
                "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                "stripeCustomerId": "<string>",
                "enterpriseOrganization": true,
                "id": "<string>"
              },
              "color": "<string>",
              "icon": "<string>",
              "production": true,
              "id": "<string>"
            },
            "templateArticleId": "<string>",
            "projectTemplateRef": "<string>",
            "notes": "<string>",
            "color": "<string>",
            "tags": [
              {
                "name": "<string>",
                "uuid": "<string>",
                "createdOn": "2023-11-07T05:31:56Z",
                "updatedOn": "2023-11-07T05:31:56Z",
                "changeSequence": 123,
                "organization": {
                  "name": "<string>",
                  "slug": "<string>",
                  "organizationStatus": "ACTIVE",
                  "uuid": "<string>",
                  "createdOn": "2023-11-07T05:31:56Z",
                  "updatedOn": "2023-11-07T05:31:56Z",
                  "changeSequence": 123,
                  "publicAccess": true,
                  "description": "<string>",
                  "hasImage": true,
                  "defaultToPrivateTemplates": true,
                  "supportAccess": true,
                  "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                  "stripeCustomerId": "<string>",
                  "enterpriseOrganization": true,
                  "id": "<string>"
                },
                "color": "<string>",
                "id": "<string>"
              }
            ],
            "dataFlow": {
              "viewPort": {
                "x": 123,
                "y": 123,
                "zoom": 123
              },
              "nodes": [
                {
                  "id": "<string>",
                  "parentId": "<string>",
                  "type": "<string>",
                  "position": {
                    "x": 123,
                    "y": 123
                  },
                  "dimensions": {
                    "width": 123,
                    "height": 123
                  },
                  "properties": {}
                }
              ],
              "edges": [
                {
                  "id": "<string>",
                  "source": "<string>",
                  "target": "<string>",
                  "properties": {}
                }
              ]
            },
            "options": {
              "options": [
                {
                  "name": "<string>",
                  "type": "<string>",
                  "groupOptions": "<array>",
                  "properties": {},
                  "tabName": "<string>",
                  "aliases": [
                    "<string>"
                  ],
                  "label": "<string>",
                  "falseLabel": "<string>",
                  "hint": "<string>",
                  "required": true,
                  "subType": "<string>",
                  "listType": "<string>",
                  "displayProperties": {},
                  "listLabel": "<string>",
                  "listDescription": "<string>",
                  "featureFlag": "<string>",
                  "default": {},
                  "description": "<string>",
                  "supportArticle": "<string>",
                  "overviewMarkdown": "<string>",
                  "showIf": "<string>",
                  "developerOnly": true,
                  "showOnPopup": true,
                  "possibleValues": [
                    {
                      "label": "<string>",
                      "value": {},
                      "description": "<string>"
                    }
                  ]
                }
              ],
              "properties": {},
              "groupTaxonTypeFeatures": {},
              "taxonTypeFeatures": {},
              "taskOptions": {
                "showTakeNext": true,
                "showNewTask": true
              }
            },
            "documentStatuses": [
              {
                "status": "<string>",
                "uuid": "<string>",
                "createdOn": "2023-11-07T05:31:56Z",
                "updatedOn": "2023-11-07T05:31:56Z",
                "changeSequence": 123,
                "color": "<string>",
                "icon": "<string>",
                "slug": "<string>",
                "statusType": "UNRESOLVED",
                "id": "<string>"
              }
            ],
            "statusType": "ACTIVE",
            "taskStatuses": [
              {
                "label": "<string>",
                "uuid": "<string>",
                "createdOn": "2023-11-07T05:31:56Z",
                "updatedOn": "2023-11-07T05:31:56Z",
                "changeSequence": 123,
                "color": "<string>",
                "icon": "<string>",
                "slug": "<string>",
                "statusType": "TODO",
                "id": "<string>"
              }
            ],
            "id": "<string>"
          },
          "description": "<string>",
          "deleted": true,
          "assistantDefinitionRef": "<string>",
          "loggingEnabled": true,
          "deleteLoggingOnSuccess": true,
          "showInTraining": true,
          "chatEnabled": true,
          "assistantRole": "<string>",
          "active": true,
          "runOnExistingContent": true,
          "priorityHint": 123,
          "options": {},
          "color": "<string>",
          "testOptions": {},
          "validationErrors": {
            "instances": [
              {
                "message": "<string>",
                "option": "<string>",
                "description": "<string>"
              }
            ]
          },
          "id": "<string>",
          "definition": {
            "orgSlug": "<string>",
            "slug": "<string>",
            "type": "<string>",
            "name": "<string>",
            "version": "<string>",
            "ref": "<string>",
            "template": true,
            "description": "<string>",
            "get_id": "<string>",
            "publicAccess": true,
            "imageUrl": "<string>",
            "icon": "<string>",
            "overviewMarkdown": "<string>",
            "provider": "<string>",
            "providerUrl": "<string>",
            "providerImageUrl": "<string>",
            "deleteProtection": true,
            "checksum": "<string>",
            "deprecated": true,
            "extensionPackRef": "<string>",
            "schedulable": true,
            "reactive": true,
            "assistant": {
              "package": "<string>",
              "class": "<string>"
            },
            "services": [
              {
                "orgSlug": "<string>",
                "slug": "<string>",
                "type": "<string>",
                "name": "<string>",
                "version": "<string>",
                "ref": "<string>",
                "template": true,
                "description": "<string>",
                "get_id": "<string>",
                "publicAccess": true,
                "imageUrl": "<string>",
                "icon": "<string>",
                "overviewMarkdown": "<string>",
                "provider": "<string>",
                "providerUrl": "<string>",
                "providerImageUrl": "<string>",
                "deleteProtection": true,
                "checksum": "<string>",
                "deprecated": true
              }
            ],
            "processingTaxonomies": [
              {
                "ref": "<string>"
              }
            ],
            "options": [
              {
                "name": "<string>",
                "type": "<string>",
                "groupOptions": "<array>",
                "properties": {},
                "tabName": "<string>",
                "aliases": [
                  "<string>"
                ],
                "label": "<string>",
                "falseLabel": "<string>",
                "hint": "<string>",
                "required": true,
                "subType": "<string>",
                "listType": "<string>",
                "displayProperties": {},
                "listLabel": "<string>",
                "listDescription": "<string>",
                "featureFlag": "<string>",
                "default": {},
                "description": "<string>",
                "supportArticle": "<string>",
                "overviewMarkdown": "<string>",
                "showIf": "<string>",
                "developerOnly": true,
                "showOnPopup": true,
                "possibleValues": [
                  {
                    "label": "<string>",
                    "value": {},
                    "description": "<string>"
                  }
                ]
              }
            ],
            "optionTabs": [
              {
                "name": "<string>",
                "description": "<string>",
                "icon": "<string>",
                "optionNames": [
                  "<string>"
                ],
                "showInTraining": true,
                "showIf": "<string>"
              }
            ],
            "additionalTaxonOptions": [
              {
                "name": "<string>",
                "type": "<string>",
                "groupOptions": "<array>",
                "properties": {},
                "tabName": "<string>",
                "aliases": [
                  "<string>"
                ],
                "label": "<string>",
                "falseLabel": "<string>",
                "hint": "<string>",
                "required": true,
                "subType": "<string>",
                "listType": "<string>",
                "displayProperties": {},
                "listLabel": "<string>",
                "listDescription": "<string>",
                "featureFlag": "<string>",
                "default": {},
                "description": "<string>",
                "supportArticle": "<string>",
                "overviewMarkdown": "<string>",
                "showIf": "<string>",
                "developerOnly": true,
                "showOnPopup": true,
                "possibleValues": [
                  {
                    "label": "<string>",
                    "value": {},
                    "description": "<string>"
                  }
                ]
              }
            ],
            "taxonFeatures": [
              {
                "taxonPath": "<string>",
                "groupOnly": true,
                "options": [
                  {
                    "name": "<string>",
                    "type": "<string>",
                    "groupOptions": "<array>",
                    "properties": {},
                    "tabName": "<string>",
                    "aliases": [
                      "<string>"
                    ],
                    "label": "<string>",
                    "falseLabel": "<string>",
                    "hint": "<string>",
                    "required": true,
                    "subType": "<string>",
                    "listType": "<string>",
                    "displayProperties": {},
                    "listLabel": "<string>",
                    "listDescription": "<string>",
                    "featureFlag": "<string>",
                    "default": {},
                    "description": "<string>",
                    "supportArticle": "<string>",
                    "overviewMarkdown": "<string>",
                    "showIf": "<string>",
                    "developerOnly": true,
                    "showOnPopup": true,
                    "possibleValues": [
                      {
                        "label": "<string>",
                        "value": {},
                        "description": "<string>"
                      }
                    ]
                  }
                ]
              }
            ],
            "eventTypes": [
              {
                "name": "<string>",
                "icon": "<string>",
                "label": "<string>",
                "description": "<string>",
                "contentObject": true,
                "entryPoints": [
                  "<string>"
                ],
                "optionTabs": [
                  {
                    "name": "<string>",
                    "description": "<string>",
                    "icon": "<string>",
                    "optionNames": [
                      "<string>"
                    ],
                    "showInTraining": true,
                    "showIf": "<string>"
                  }
                ],
                "options": [
                  {
                    "name": "<string>",
                    "type": "<string>",
                    "groupOptions": "<array>",
                    "properties": {},
                    "tabName": "<string>",
                    "aliases": [
                      "<string>"
                    ],
                    "label": "<string>",
                    "falseLabel": "<string>",
                    "hint": "<string>",
                    "required": true,
                    "subType": "<string>",
                    "listType": "<string>",
                    "displayProperties": {},
                    "listLabel": "<string>",
                    "listDescription": "<string>",
                    "featureFlag": "<string>",
                    "default": {},
                    "description": "<string>",
                    "supportArticle": "<string>",
                    "overviewMarkdown": "<string>",
                    "showIf": "<string>",
                    "developerOnly": true,
                    "showOnPopup": true,
                    "possibleValues": [
                      {
                        "label": "<string>",
                        "value": {},
                        "description": "<string>"
                      }
                    ]
                  }
                ]
              }
            ],
            "defaultSchedules": [
              {
                "type": "<string>",
                "cronExpression": "<string>",
                "lastEvent": "2023-11-07T05:31:56Z",
                "nextEvent": "2023-11-07T05:31:56Z"
              }
            ],
            "subscription": "<string>"
          }
        },
        "mixins": [
          "<string>"
        ],
        "metadata": {},
        "guidance": true,
        "labelStatistics": {
          "labelCounts": {},
          "averageLabelConfidence": {},
          "maxLabelConfidence": {},
          "minLabelConfidence": {}
        },
        "metadataSource": {},
        "statistics": {
          "uuid": "<string>",
          "createdOn": "2023-11-07T05:31:56Z",
          "updatedOn": "2023-11-07T05:31:56Z",
          "changeSequence": 123,
          "pathCounts": [
            {
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "taxonomyId": "<string>",
              "path": "<string>",
              "label": "<string>",
              "count": 123,
              "exceptionCount": 123,
              "id": "<string>"
            }
          ],
          "recentExecutions": [
            {
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "assistant": {
                "name": "<string>",
                "uuid": "<string>",
                "createdOn": "2023-11-07T05:31:56Z",
                "updatedOn": "2023-11-07T05:31:56Z",
                "changeSequence": 123,
                "subscription": "<string>",
                "slug": "<string>",
                "schedules": [
                  {
                    "type": "<string>",
                    "cronExpression": "<string>",
                    "lastEvent": "2023-11-07T05:31:56Z",
                    "nextEvent": "2023-11-07T05:31:56Z",
                    "id": "<string>"
                  }
                ],
                "project": {
                  "name": "<string>",
                  "uuid": "<string>",
                  "createdOn": "2023-11-07T05:31:56Z",
                  "updatedOn": "2023-11-07T05:31:56Z",
                  "changeSequence": 123,
                  "organization": {
                    "name": "<string>",
                    "slug": "<string>",
                    "organizationStatus": "ACTIVE",
                    "uuid": "<string>",
                    "createdOn": "2023-11-07T05:31:56Z",
                    "updatedOn": "2023-11-07T05:31:56Z",
                    "changeSequence": 123,
                    "publicAccess": true,
                    "description": "<string>",
                    "hasImage": true,
                    "defaultToPrivateTemplates": true,
                    "supportAccess": true,
                    "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                    "stripeCustomerId": "<string>",
                    "enterpriseOrganization": true,
                    "id": "<string>"
                  },
                  "description": "<string>",
                  "owner": {
                    "email": "<string>",
                    "uuid": "<string>",
                    "createdOn": "2023-11-07T05:31:56Z",
                    "updatedOn": "2023-11-07T05:31:56Z",
                    "changeSequence": 123,
                    "firstName": "<string>",
                    "lastName": "<string>",
                    "bio": "<string>",
                    "userStorage": {
                      "favoriteLinks": [
                        {
                          "link": "<string>"
                        }
                      ]
                    },
                    "showDeveloperTools": true,
                    "image": "<string>",
                    "userHash": "<string>",
                    "acceptedTerms": true,
                    "userType": "HUMAN",
                    "active": true,
                    "fullName": "<string>",
                    "externallyManaged": true,
                    "hasAcceptedTerms": true,
                    "id": "<string>",
                    "security": {
                      "roles": [
                        "PLATFORM_ADMIN"
                      ]
                    },
                    "preferences": {
                      "showWelcomeMessage": true,
                      "showOnboarding": true,
                      "showScrollbars": true
                    }
                  },
                  "status": {
                    "status": "<string>",
                    "uuid": "<string>",
                    "createdOn": "2023-11-07T05:31:56Z",
                    "updatedOn": "2023-11-07T05:31:56Z",
                    "changeSequence": 123,
                    "organization": {
                      "name": "<string>",
                      "slug": "<string>",
                      "organizationStatus": "ACTIVE",
                      "uuid": "<string>",
                      "createdOn": "2023-11-07T05:31:56Z",
                      "updatedOn": "2023-11-07T05:31:56Z",
                      "changeSequence": 123,
                      "publicAccess": true,
                      "description": "<string>",
                      "hasImage": true,
                      "defaultToPrivateTemplates": true,
                      "supportAccess": true,
                      "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                      "stripeCustomerId": "<string>",
                      "enterpriseOrganization": true,
                      "id": "<string>"
                    },
                    "color": "<string>",
                    "icon": "<string>",
                    "production": true,
                    "id": "<string>"
                  },
                  "templateArticleId": "<string>",
                  "projectTemplateRef": "<string>",
                  "notes": "<string>",
                  "color": "<string>",
                  "tags": [
                    {
                      "name": "<string>",
                      "uuid": "<string>",
                      "createdOn": "2023-11-07T05:31:56Z",
                      "updatedOn": "2023-11-07T05:31:56Z",
                      "changeSequence": 123,
                      "organization": {
                        "name": "<string>",
                        "slug": "<string>",
                        "organizationStatus": "ACTIVE",
                        "uuid": "<string>",
                        "createdOn": "2023-11-07T05:31:56Z",
                        "updatedOn": "2023-11-07T05:31:56Z",
                        "changeSequence": 123,
                        "publicAccess": true,
                        "description": "<string>",
                        "hasImage": true,
                        "defaultToPrivateTemplates": true,
                        "supportAccess": true,
                        "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                        "stripeCustomerId": "<string>",
                        "enterpriseOrganization": true,
                        "id": "<string>"
                      },
                      "color": "<string>",
                      "id": "<string>"
                    }
                  ],
                  "dataFlow": {
                    "viewPort": {
                      "x": 123,
                      "y": 123,
                      "zoom": 123
                    },
                    "nodes": [
                      {
                        "id": "<string>",
                        "parentId": "<string>",
                        "type": "<string>",
                        "position": {
                          "x": 123,
                          "y": 123
                        },
                        "dimensions": {
                          "width": 123,
                          "height": 123
                        },
                        "properties": {}
                      }
                    ],
                    "edges": [
                      {
                        "id": "<string>",
                        "source": "<string>",
                        "target": "<string>",
                        "properties": {}
                      }
                    ]
                  },
                  "options": {
                    "options": [
                      {
                        "name": "<string>",
                        "type": "<string>",
                        "groupOptions": "<array>",
                        "properties": {},
                        "tabName": "<string>",
                        "aliases": [
                          "<string>"
                        ],
                        "label": "<string>",
                        "falseLabel": "<string>",
                        "hint": "<string>",
                        "required": true,
                        "subType": "<string>",
                        "listType": "<string>",
                        "displayProperties": {},
                        "listLabel": "<string>",
                        "listDescription": "<string>",
                        "featureFlag": "<string>",
                        "default": {},
                        "description": "<string>",
                        "supportArticle": "<string>",
                        "overviewMarkdown": "<string>",
                        "showIf": "<string>",
                        "developerOnly": true,
                        "showOnPopup": true,
                        "possibleValues": [
                          {
                            "label": "<string>",
                            "value": {},
                            "description": "<string>"
                          }
                        ]
                      }
                    ],
                    "properties": {},
                    "groupTaxonTypeFeatures": {},
                    "taxonTypeFeatures": {},
                    "taskOptions": {
                      "showTakeNext": true,
                      "showNewTask": true
                    }
                  },
                  "documentStatuses": [
                    {
                      "status": "<string>",
                      "uuid": "<string>",
                      "createdOn": "2023-11-07T05:31:56Z",
                      "updatedOn": "2023-11-07T05:31:56Z",
                      "changeSequence": 123,
                      "color": "<string>",
                      "icon": "<string>",
                      "slug": "<string>",
                      "statusType": "UNRESOLVED",
                      "id": "<string>"
                    }
                  ],
                  "statusType": "ACTIVE",
                  "taskStatuses": [
                    {
                      "label": "<string>",
                      "uuid": "<string>",
                      "createdOn": "2023-11-07T05:31:56Z",
                      "updatedOn": "2023-11-07T05:31:56Z",
                      "changeSequence": 123,
                      "color": "<string>",
                      "icon": "<string>",
                      "slug": "<string>",
                      "statusType": "TODO",
                      "id": "<string>"
                    }
                  ],
                  "id": "<string>"
                },
                "description": "<string>",
                "deleted": true,
                "assistantDefinitionRef": "<string>",
                "loggingEnabled": true,
                "deleteLoggingOnSuccess": true,
                "showInTraining": true,
                "chatEnabled": true,
                "assistantRole": "<string>",
                "active": true,
                "runOnExistingContent": true,
                "priorityHint": 123,
                "options": {},
                "color": "<string>",
                "testOptions": {},
                "validationErrors": {
                  "instances": [
                    {
                      "message": "<string>",
                      "option": "<string>",
                      "description": "<string>"
                    }
                  ]
                },
                "id": "<string>",
                "definition": {
                  "orgSlug": "<string>",
                  "slug": "<string>",
                  "type": "<string>",
                  "name": "<string>",
                  "version": "<string>",
                  "ref": "<string>",
                  "template": true,
                  "description": "<string>",
                  "get_id": "<string>",
                  "publicAccess": true,
                  "imageUrl": "<string>",
                  "icon": "<string>",
                  "overviewMarkdown": "<string>",
                  "provider": "<string>",
                  "providerUrl": "<string>",
                  "providerImageUrl": "<string>",
                  "deleteProtection": true,
                  "checksum": "<string>",
                  "deprecated": true,
                  "extensionPackRef": "<string>",
                  "schedulable": true,
                  "reactive": true,
                  "assistant": {
                    "package": "<string>",
                    "class": "<string>"
                  },
                  "services": [
                    {
                      "orgSlug": "<string>",
                      "slug": "<string>",
                      "type": "<string>",
                      "name": "<string>",
                      "version": "<string>",
                      "ref": "<string>",
                      "template": true,
                      "description": "<string>",
                      "get_id": "<string>",
                      "publicAccess": true,
                      "imageUrl": "<string>",
                      "icon": "<string>",
                      "overviewMarkdown": "<string>",
                      "provider": "<string>",
                      "providerUrl": "<string>",
                      "providerImageUrl": "<string>",
                      "deleteProtection": true,
                      "checksum": "<string>",
                      "deprecated": true
                    }
                  ],
                  "processingTaxonomies": [
                    {
                      "ref": "<string>"
                    }
                  ],
                  "options": [
                    {
                      "name": "<string>",
                      "type": "<string>",
                      "groupOptions": "<array>",
                      "properties": {},
                      "tabName": "<string>",
                      "aliases": [
                        "<string>"
                      ],
                      "label": "<string>",
                      "falseLabel": "<string>",
                      "hint": "<string>",
                      "required": true,
                      "subType": "<string>",
                      "listType": "<string>",
                      "displayProperties": {},
                      "listLabel": "<string>",
                      "listDescription": "<string>",
                      "featureFlag": "<string>",
                      "default": {},
                      "description": "<string>",
                      "supportArticle": "<string>",
                      "overviewMarkdown": "<string>",
                      "showIf": "<string>",
                      "developerOnly": true,
                      "showOnPopup": true,
                      "possibleValues": [
                        {
                          "label": "<string>",
                          "value": {},
                          "description": "<string>"
                        }
                      ]
                    }
                  ],
                  "optionTabs": [
                    {
                      "name": "<string>",
                      "description": "<string>",
                      "icon": "<string>",
                      "optionNames": [
                        "<string>"
                      ],
                      "showInTraining": true,
                      "showIf": "<string>"
                    }
                  ],
                  "additionalTaxonOptions": [
                    {
                      "name": "<string>",
                      "type": "<string>",
                      "groupOptions": "<array>",
                      "properties": {},
                      "tabName": "<string>",
                      "aliases": [
                        "<string>"
                      ],
                      "label": "<string>",
                      "falseLabel": "<string>",
                      "hint": "<string>",
                      "required": true,
                      "subType": "<string>",
                      "listType": "<string>",
                      "displayProperties": {},
                      "listLabel": "<string>",
                      "listDescription": "<string>",
                      "featureFlag": "<string>",
                      "default": {},
                      "description": "<string>",
                      "supportArticle": "<string>",
                      "overviewMarkdown": "<string>",
                      "showIf": "<string>",
                      "developerOnly": true,
                      "showOnPopup": true,
                      "possibleValues": [
                        {
                          "label": "<string>",
                          "value": {},
                          "description": "<string>"
                        }
                      ]
                    }
                  ],
                  "taxonFeatures": [
                    {
                      "taxonPath": "<string>",
                      "groupOnly": true,
                      "options": [
                        {
                          "name": "<string>",
                          "type": "<string>",
                          "groupOptions": "<array>",
                          "properties": {},
                          "tabName": "<string>",
                          "aliases": [
                            "<string>"
                          ],
                          "label": "<string>",
                          "falseLabel": "<string>",
                          "hint": "<string>",
                          "required": true,
                          "subType": "<string>",
                          "listType": "<string>",
                          "displayProperties": {},
                          "listLabel": "<string>",
                          "listDescription": "<string>",
                          "featureFlag": "<string>",
                          "default": {},
                          "description": "<string>",
                          "supportArticle": "<string>",
                          "overviewMarkdown": "<string>",
                          "showIf": "<string>",
                          "developerOnly": true,
                          "showOnPopup": true,
                          "possibleValues": [
                            {
                              "label": "<string>",
                              "value": {},
                              "description": "<string>"
                            }
                          ]
                        }
                      ]
                    }
                  ],
                  "eventTypes": [
                    {
                      "name": "<string>",
                      "icon": "<string>",
                      "label": "<string>",
                      "description": "<string>",
                      "contentObject": true,
                      "entryPoints": [
                        "<string>"
                      ],
                      "optionTabs": [
                        {
                          "name": "<string>",
                          "description": "<string>",
                          "icon": "<string>",
                          "optionNames": [
                            "<string>"
                          ],
                          "showInTraining": true,
                          "showIf": "<string>"
                        }
                      ],
                      "options": [
                        {
                          "name": "<string>",
                          "type": "<string>",
                          "groupOptions": "<array>",
                          "properties": {},
                          "tabName": "<string>",
                          "aliases": [
                            "<string>"
                          ],
                          "label": "<string>",
                          "falseLabel": "<string>",
                          "hint": "<string>",
                          "required": true,
                          "subType": "<string>",
                          "listType": "<string>",
                          "displayProperties": {},
                          "listLabel": "<string>",
                          "listDescription": "<string>",
                          "featureFlag": "<string>",
                          "default": {},
                          "description": "<string>",
                          "supportArticle": "<string>",
                          "overviewMarkdown": "<string>",
                          "showIf": "<string>",
                          "developerOnly": true,
                          "showOnPopup": true,
                          "possibleValues": [
                            {
                              "label": "<string>",
                              "value": {},
                              "description": "<string>"
                            }
                          ]
                        }
                      ]
                    }
                  ],
                  "defaultSchedules": [
                    {
                      "type": "<string>",
                      "cronExpression": "<string>",
                      "lastEvent": "2023-11-07T05:31:56Z",
                      "nextEvent": "2023-11-07T05:31:56Z"
                    }
                  ],
                  "subscription": "<string>"
                }
              },
              "execution": "<unknown>",
              "id": "<string>"
            }
          ],
          "id": "<string>"
        },
        "executionTargets": {
          "instances": [
            {
              "type": "DOCUMENT_STORE",
              "ref": "<string>",
              "documentFamilyId": "<string>",
              "contentObjectId": "<string>",
              "actor": {
                "actorId": "<string>",
                "actorType": "USER"
              },
              "taxonomyRefs": [
                "<string>"
              ],
              "labelsToApply": [
                "<string>"
              ]
            }
          ]
        },
        "summary": "<string>",
        "documentTaxonValidations": [
          {
            "taxonomyRef": "<string>",
            "taxonPath": "<string>",
            "validation": {
              "name": "<string>",
              "disabled": true,
              "description": "<string>",
              "conditional": true,
              "conditionalFormula": "<string>",
              "ruleFormula": "<string>",
              "messageFormula": "<string>",
              "detailFormula": "<string>",
              "exceptionId": "<string>",
              "supportArticleId": "<string>",
              "overridable": true
            }
          }
        ],
        "features": [
          {
            "uuid": "<string>",
            "createdOn": "2023-11-07T05:31:56Z",
            "updatedOn": "2023-11-07T05:31:56Z",
            "changeSequence": 123,
            "featureType": {
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "organization": {
                "name": "<string>",
                "slug": "<string>",
                "organizationStatus": "ACTIVE",
                "uuid": "<string>",
                "createdOn": "2023-11-07T05:31:56Z",
                "updatedOn": "2023-11-07T05:31:56Z",
                "changeSequence": 123,
                "publicAccess": true,
                "description": "<string>",
                "hasImage": true,
                "defaultToPrivateTemplates": true,
                "supportAccess": true,
                "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
                "stripeCustomerId": "<string>",
                "enterpriseOrganization": true,
                "id": "<string>"
              },
              "name": "<string>",
              "slug": "<string>",
              "description": "<string>",
              "color": "<string>",
              "icon": "<string>",
              "active": true,
              "labelJsonPath": "<string>",
              "options": [
                {
                  "name": "<string>",
                  "type": "<string>",
                  "groupOptions": "<array>",
                  "properties": {},
                  "tabName": "<string>",
                  "aliases": [
                    "<string>"
                  ],
                  "label": "<string>",
                  "falseLabel": "<string>",
                  "hint": "<string>",
                  "required": true,
                  "subType": "<string>",
                  "listType": "<string>",
                  "displayProperties": {},
                  "listLabel": "<string>",
                  "listDescription": "<string>",
                  "featureFlag": "<string>",
                  "default": {},
                  "description": "<string>",
                  "supportArticle": "<string>",
                  "overviewMarkdown": "<string>",
                  "showIf": "<string>",
                  "developerOnly": true,
                  "showOnPopup": true,
                  "possibleValues": [
                    {
                      "label": "<string>",
                      "value": {},
                      "description": "<string>"
                    }
                  ]
                }
              ],
              "id": "<string>"
            },
            "organization": {
              "name": "<string>",
              "slug": "<string>",
              "organizationStatus": "ACTIVE",
              "uuid": "<string>",
              "createdOn": "2023-11-07T05:31:56Z",
              "updatedOn": "2023-11-07T05:31:56Z",
              "changeSequence": 123,
              "publicAccess": true,
              "description": "<string>",
              "hasImage": true,
              "defaultToPrivateTemplates": true,
              "supportAccess": true,
              "supportAccessExpiresAt": "2023-11-07T05:31:56Z",
              "stripeCustomerId": "<string>",
              "enterpriseOrganization": true,
              "id": "<string>"
            },
            "properties": {},
            "active": true,
            "id": "<string>"
          }
        ],
        "id": "<string>"
      },
      "id": "<string>"
    }
  ],
  "number": 123,
  "sort": [
    {
      "direction": "<string>",
      "nullHandling": "<string>",
      "ascending": true,
      "property": "<string>",
      "ignoreCase": true
    }
  ],
  "first": true,
  "numberOfElements": 123,
  "pageable": {
    "offset": 123,
    "sort": [
      {
        "direction": "<string>",
        "nullHandling": "<string>",
        "ascending": true,
        "property": "<string>",
        "ignoreCase": true
      }
    ],
    "paged": true,
    "unpaged": true,
    "pageNumber": 123,
    "pageSize": 123
  },
  "last": true,
  "empty": true
}

Path Parameters

id
string
required
assistantId
string
required

Query Parameters

queryContext
object
required

Response

OK

totalPages
integer<int32>
totalElements
integer<int64>
size
integer<int32>
content
object[]
number
integer<int32>
sort
object[]
first
boolean
numberOfElements
integer<int32>
pageable
object
last
boolean
empty
boolean