--- description: REST and GraphQL API documentation on the Extensions collection in Directus. readTime: 1 min read pageClass: page-reference --- # Extensions > The extensions endpoints are used by the Admin App to retrieve what extensions to install. > [Learn more about Extensions](/user-guide/overview/glossary#extensions). ## List Extensions List the available extensions in the project. The types of extensions that you can list are `interfaces`, `displays`, `layouts`, and `modules`. ### Request #### Query Parameters This endpoint doesn't currently support any query parameters. ### Response An array of interface extension keys. ### Example