---
title: "List Apps"
method: GET
path: "/apps"
tags: ["apps", "Apps"]
---

# List Apps

`GET /apps`

List Apps

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of Apps objects.

- AppEntity[]
  - `app_type` 'sdk' | 'sso' | 'remote_server' | 'folder_behavior' | 'client_app' | 'app_integration' | 'siem' — The type of the App
  - `documentation_links` object — Collection of named links to documentation
  - `extended_description` string — Long description for the in-App landing page
  - `extended_description_for_marketing_site` string — Long form description of the App
  - `external_homepage_url` string — Link to external homepage
  - `featured` boolean — Is featured on the App listing?
  - `folder_behavior_type` 'webhook' | 'file_expiration' | 'auto_encrypt' | 'lock_subfolders' | 'storage_region' | 'serve_publicly' | 'create_user_folders' | 'inbox' | 'limit_file_extensions' | 'limit_file_regex' | 'amazon_sns' | 'watermark' | 'remote_server_mount' | 'slack_webhook' | 'auto_decrypt' | 'override_upload_filename' | 'permission_fence' | 'limit_filename_length' | 'organize_files_into_subfolders' | 'teams_webhook' | 'google_pub_sub' | 'archive_overwritten_or_deleted_files' | 'auto_recrypt' | 'metadata_category' | 'auto_unzip' | 'remote_server_metadata_index' | 'malware_scanning' — Associated Folder Behavior type, if any
  - `icon_url` string — App icon
  - `logo_thumbnail_url` string — Logo thumbnail for the App
  - `logo_url` string — Full size logo for the App
  - `marketing_intro` string — Marketing introdution of the App
  - `marketing_youtube_url` string — Marketing video page
  - `name` string — Name of the App
  - `package_manager_install_command` string — Package manager install command
  - `remote_server_type` 'ftp' | 'sftp' | 's3' | 'google_cloud_storage' | 'webdav' | 'wasabi' | 'backblaze_b2' | 'one_drive' | 'box' | 'dropbox' | 'google_drive' | 'azure' | 'sharepoint' | 's3_compatible' | 'azure_files' | 'files_agent' | 'filebase' | 'cloudflare' | 'linode' | 'files_com' — Associated Remote Server type, if any
  - `screenshot_list_urls` string[] — Screenshots of the App
  - `sdk_installation_instructions_link` string — Link to SDK installation instructions
  - `short_description` string — Short description of the App
  - `sso_strategy_type` 'google' | 'auth0' | 'okta' | 'azure' | 'box' | 'dropbox' | 'slack' | 'onelogin' | 'saml' | 'idaptive' | 'ldap' | 'scim' | 'jumpcloud' | 'duo' — Associated SSO Strategy type, if any
  - `siem_type` 'generic' | 'splunk' | 'azure_legacy' | 'qradar' | 'sumo' | 'rapid7' | 'solar_winds' | 'new_relic' | 'datadog' | 'azure' | 'file' | 'crowdstrike' | 'splunk_compatible' — Associated SIEM type, if any
  - `tutorial_youtube_url` string — Tutorial video page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
