---
title: "Get a project for a workspace"
method: GET
path: "/workspaces/{workspace}/projects/{project_key}"
tags: ["Projects", "Workspaces"]
---

# Get a project for a workspace

`GET /workspaces/{workspace}/projects/{project_key}`

Returns the requested project.

## Response `200`

The project that is part of a workspace.

- Project — A Bitbucket project. Projects are used by teams to organize repositories.
  - `type` string, required
  - `links` object
    - `html` object — A link to a resource related to this object.
      - `href` string, uri
      - `name` string
    - `avatar` object — A link to a resource related to this object.
      - `href` string, uri
      - `name` string
  - `uuid` string — The project's immutable id.
  - `key` string — The project's key.
  - `owner` Team — A team object.
    - `type` string, required
    - `links` object — Links related to a Team.
      - `avatar` Link — A link to a resource related to this object.
        - `href` string, uri
        - `name` string
      - `self` Link — A link to a resource related to this object.
        - `href` string, uri
        - `name` string
      - `html` Link — A link to a resource related to this object.
        - `href` string, uri
        - `name` string
      - `members` Link — A link to a resource related to this object.
        - `href` string, uri
        - `name` string
      - `projects` Link — A link to a resource related to this object.
        - `href` string, uri
        - `name` string
      - `repositories` Link — A link to a resource related to this object.
        - `href` string, uri
        - `name` string
    - `created_on` string, date-time
    - `display_name` string
    - `uuid` string
  - `name` string — The name of the project.
  - `description` string
  - `is_private` boolean — Indicates whether the project is publicly accessible, or whether it is private to the team and consequently only visible to team members. Note that private projects cannot contain public repositories.
  - `created_on` string, date-time
  - `updated_on` string, date-time
  - `has_publicly_visible_repos` boolean — Indicates whether the project contains publicly visible repositories. Note that private projects cannot contain public repositories.

## Other responses

- `401` — The request wasn't authenticated.
- `403` — The requesting user isn't authorized to access the project.
- `404` — A project isn't hosted at this location.

---

[API](https://skmtc.net/bitbucket/apis/bitbucket-api.md) · [All operations](https://skmtc.net/bitbucket/apis/bitbucket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitbucket/bitbucket-api/versions/7e9be973015d/schema)
