---
title: "[Deprecated] Get project metadata"
method: GET
path: "/v1/projects/{project_id}/meta"
tags: ["Projects"]
deprecated: true
---

# [Deprecated] Get project metadata

`GET /v1/projects/{project_id}/meta`

> **Deprecated.**

Deprecated in favor of [Get folder metadata](https://developers.figma.com/docs/rest-api/folders-endpoints/). Get metadata for a project (now called a "folder").

## Path parameters

- `project_id` string, required

## Response `200`

Response from the GET /v1/projects/{project_id}/meta endpoint.

- object
  - `id` string, required — The unique identifier of the project.
  - `name` string, required — The name of the project.
  - `thumbnail_url` string, nullable, required — A URL to a thumbnail image of the project. May be null if the project has no files.
  - `file_count` integer, required — The number of files in the project.
  - `updated_at` string, date-time, required — The UTC ISO 8601 time at which the project was last updated.
  - `created_at` string, date-time, required — The UTC ISO 8601 time at which the project was created.

## Other responses

- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account of some sort.
- `404` — The requested file or resource was not found.
- `429` — In some cases API requests may be throttled or rate limited. Please wait a while before attempting the request again (typically a minute).
- `500` — An internal server error occurred.

## Changes

- **2026-08-11** `d7ab5681d84c` — 1 info
  - endpoint deprecated
- **2026-05-22** `643d2b66beaf` — 1 info
  - endpoint added
- **2023-12-14** `de5c0106668d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/figma/apis/figma-api/changes/v1/projects/:project_id/meta/get.md)

---

[API](https://skmtc.dev/figma/apis/figma-api.md) · [All operations](https://skmtc.dev/figma/apis/figma-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/figma/figma-api/revisions/d7ab5681d84c/schema)
