---
title: "View project details"
method: GET
path: "/account/projects/{project_id}"
tags: ["projects"]
---

# View project details

`GET /account/projects/{project_id}`

View a private project. For projects with item-type based metadata, all core and stock metadata (including `title`) is returned under a `fields` object and suppressed at the top level, with `funding_list` hydrated to `[{id, title, grant_code, funder_name, is_user_defined, url}]` (`url` only when a dimensions id is present). Projects without item-type based metadata keep the legacy flat shape.

## Path parameters

- `project_id` integer, required

## Response `200`

OK. Project representation

- ProjectCompletePrivate
  - `url` string, required — Api endpoint
  - `id` integer, required — Project id
  - `title` string, required — Project title
  - `created_date` string, required — Date when project was created
  - `modified_date` string, required — Date when project was last modified
  - `published_date` string — Date when project was first published, null if not published

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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