# Get Products Lists all subscription-based products. Endpoint: GET /projects/{project_id}/subscriptions/products Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. ## Query parameters: - `offset` (integer) Number of the element from which the list is generated (the count starts from 0). - `limit` (integer, required) Limit for the number of elements on the page. - `group_id` (string) Group ID the plans are linked to. - `product_id` (integer) Product ID the plans are linked to. ## Response 200 fields (application/json): - `id` (integer,null) Product ID the plans are linked to. - `name` (string) Product name. - `group_id` (string) Group ID the product is linked to. - `description` (object) Localized item descriptions. - `description.en` (string) English. - `description.ru` (string) Russian. - `description.cs` (string) Czech. - `description.ar` (string) Arabic. - `description.bg` (string) Bulgarian. - `description.cn` (string) Chinese (Simplified). - `description.tw` (string) Chinese (Traditional). - `description.fr` (string) French. - `description.de` (string) German. - `description.he` (string) Hebrew. - `description.it` (string) Italian. - `description.ko` (string) Korean. - `description.pl` (string) Polish. - `description.pt` (string) Portuguese. - `description.ro` (string) Romanian. - `description.es` (string) Spanish. - `description.th` (string) Thai. - `description.tr` (string) Turkish. - `description.vi` (string) Vietnamese. - `description.ja` (string) Japanese.