---
title: "Get Access Status"
method: GET
path: "/trips/{trip_id}/access-status"
tags: ["collaboration"]
---

# Get Access Status

`GET /trips/{trip_id}/access-status`

## Path parameters

- `trip_id` string, uuid, required

## Response `200`

Successful Response

- AccessStatusResponse
  - `state` string, required
  - `role` string, nullable
  - `trip` TripPreview
    - `id` string, uuid, required
    - `title` string, nullable, required
    - `hero_photo_url` string, nullable, required
  - `owner` AccessOwnerPreview
    - `name` string, nullable, required
    - `username` string, nullable, required
    - `avatar_color` string, nullable, required
    - `avatar_url` string, nullable, required
  - `request_status` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
