---
title: "List Applications"
method: GET
path: "/v2/applications"
tags: ["Applications"]
---

# List Applications

`GET /v2/applications`

Returns a cursor-paginated list of applications submitted to your company. Results are ordered by creation date descending by default. Use the `starting_after` or `ending_before` cursor parameters to page through results.

## Query parameters

- `status` string
- `email` string
- `group_key` string[]
- `min_created` integer
- `max_created` integer
- `order_by` '-created_at' | 'created_at'
- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

Returns a cursor-paginated list of applications submitted to your company. Results are ordered by creation date descending by default. Use the `starting_after` or `ending_before` cursor parameters to page through results.

- object
  - `data` object, required
    - `has_more` boolean
    - `items` object[]
      - `created_at` integer — Immutable Unix timestamp in milliseconds taken at time of creation
      - `key` string — A unique identifier used to reference the object
      - `updated_at` integer — Unix timestamp in milliseconds taken at time of last update
      - `actioned_by` string, nullable — Membership key of the team member who approved or declined this application.
      - `approved` boolean, nullable — Raw approval state: `null` = pending, `true` = approved, `false` = declined.
      - `content` object — Flat key-value map of application form field answers.
      - `decline_reason` string, nullable — Reason provided when the application was declined.
      - `flagged` boolean — Whether the applicant's partnership has been flagged for fraudulent activity.
      - `group_name` string — Name of the program this application was submitted to.
      - `partnership_source` string, nullable — Source through which this partnership was created.
      - `team_color` string, nullable — Brand color for the partner team.
      - `team_key` string, nullable — Key of the partner's team (stack).
      - `team_logo` string, nullable — File key for the partner team's logo.
      - `team_name` string, nullable — Display name of the partner's team.
      - `with_profile` boolean, nullable — Whether this application uses the team's public profile.
    - `total` integer, nullable
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/partnerstack/apis/partnerstack-api.md) · [All operations](https://skmtc.dev/partnerstack/apis/partnerstack-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/partnerstack/partnerstack-api/revisions/0f35aebe53a9/schema)
