---
title: "List Available Team Applications"
method: GET
path: "/api/v1/org/{orgId}/teams/available/applications"
tags: ["Organization Teams"]
---

# List Available Team Applications

`GET /api/v1/org/{orgId}/teams/available/applications`

## List Available Team Applications

Get the applications in this StackHawk organization that are not yet assigned to a Team, and are therefore available to be assigned to one.

Use this endpoint to discover the application IDs to supply when creating or updating a Team.

Returns a [paginated list](https://apidocs.stackhawk.com/docs/pagination-and-sorting) of applications.

| Parameter | Default | Description |
|:---:|:---:|:---:|
|applications|[]||
|nextPageToken|""||

All users that belong to this organization can call this endpoint.


> Requires `read:team` permission.

## Path parameters

- `orgId` string, uuid, required

## Query parameters

- `page` integer

## Response `200`

OK

- OrganizationGetAvailableTeamApplicationsResponse
  - `applications` OrganizationTeamApplication[]
    - `applicationId` string
    - `applicationName` string
    - `environments` string[]
    - `lastScanTimestamp` integer
  - `nextPageToken` string

## Other responses

- `401` — Unauthorized

---

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