# Get Custom Apps GET / #### Description Retrieves details of custom apps installed in an organization, including their configurations, statuses, and integration metadata. Endpoint: GET / Version: 1.0 Security: oauth2 ## Response 200 fields (application/json): - `appId` (string) The unique identifier for the custom app. Example: "d88d505d-5199-11ee-a644-522476618ae8" - `appType` (string) The type of custom app. Enum: "hypersync", "taskIntegration", "folderIntegration" - `isCustom` (boolean) Indicates whether the app is custom. Example: true - `orgId` (string) The unique identifier for the organization the custom app belongs to. Example: "ce83e3cd-5199-11ee-a644-522476618ae8" - `packageName` (string) The package name of the custom app. Example: "Name of the package" - `packageVersion` (string) The version of the custom app package. Example: "1.0" - `deploymentStatus` (string) The deployment status of the custom app. Enum: "pending", "deployed", "failed" - `createdBy` (string) The unique identifier of the user who created the custom app. Example: "82d7c228-8bcd-11e9-a94b-ab3de8494987" - `createdOn` (string) The date and time the custom app was created (ISO-8601 format). Example: "2025-01-12T18:26:10.00.5365Z" - `updatedBy` (string) The unique identifier of the user who last updated the custom app. Example: "82d7c228-8bcd-11e9-a94b-ab3de8494987" - `updatedOn` (string) The date and time the custom app was last updated (ISO-8601 format). Example: "2025-01-12T18:26:10.00.5365Z" - `status` (string) The status of the custom app. Enum: "active", "deleted"