---
title: "Get team access for a project"
method: GET
path: "/projects/{project_id}/team-access/{team_id}"
tags: ["Team Access"]
---

# Get team access for a project

`GET /projects/{project_id}/team-access/{team_id}`

Retrieves the team's permissions for the current project.

## Response `200`

OK

- TeamProjectAccess
  - `team_id` string, ulid — The ID of the team.
  - `organization_id` string, ulid — The ID of the organization.
  - `project_id` string — The ID of the project.
  - `project_title` string — The title of the project.
  - `granted_at` string, date-time — The date and time when the access was granted.
  - `updated_at` string, date-time — The date and time when the access was last updated.
  - `_links` object
    - `self` object — Link to the current access item.
      - `href` string — URL of the link.
    - `update` object — Link for updating the current access item.
      - `href` string — URL of the link.
      - `method` string — The HTTP method to use.
    - `delete` object — Link for deleting the current access item.
      - `href` string — URL of the link.
      - `method` string — The HTTP method to use.

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
