---
title: "GET /team/{team_id}"
method: GET
path: "/team/{team_id}"
tags: ["team"]
---

# GET /team/{team_id}

`GET /team/{team_id}`

## Path parameters

- `team_id` string, uuid, required

## Response `200`

Team retrieved successfully

- GetTeamResponse
  - `subscription_status` TeamSubscriptionStatus, required
    - `has_active_subscription` boolean, required
    - `is_trial` boolean, required
    - `payment_provider` string, nullable
    - `remaining_credits` integer, required
    - `subscription_tier` 'free' | 'free_trial' | 'pro' | 'team' | 'enterprise', required — Represents the different subscription tiers available
    - `trial_expires_at` string, date-time, nullable
  - `team` Team, required
    - `created_at` string, date-time, required
    - `description` string, nullable
    - `id` string, uuid, required
    - `name` string, required
    - `pipedream_project_id` string, nullable
    - `sandbox_provider` string, nullable
    - `slack_team_icon` string, nullable
    - `slack_team_id` string, nullable
    - `slack_team_name` string, nullable
    - `teams_app_id` string, nullable
    - `teams_service_url` string, nullable
    - `teams_tenant_id` string, nullable
    - `updated_at` string, date-time, required

## Other responses

- `403` — Forbidden - user not member of team
- `404` — Team not found
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
