---
title: "List all trial signups for an app."
method: GET
path: "/app/{app_id}/enterprise-portal/trials"
tags: ["customers"]
---

# List all trial signups for an app.

`GET /app/{app_id}/enterprise-portal/trials`

Return a paginated list of trial signups for a specific app,
with email, company, and status information.

Required RBAC Policy: kots/app/[:appid]/license/*/read

## Path parameters

- `app_id` string, required

## Query parameters

- `pageSize` integer
- `currentPage` integer
- `sortColumn` string
- `sortDesc` boolean
- `Verified` boolean

## Response `200`

ListPendingTrialsResponse contains the JSON pending trials list

- object
  - `pendingTrials` TrialSignupVerification[]
    - `appId` string
    - `company` string
    - `createdAt` string, date-time
    - `email` string
    - `expiresAt` string, date-time
    - `teamId` string
    - `updatedAt` string, date-time
    - `verifiedAt` string, date-time
  - `totalCount` integer

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/revisions/6fcf9e54aba4/schema)
