---
title: "Retrieve information about a project (scope: data.read)"
method: GET
path: "/workspace/{workspace-id}/project/{project-id}"
tags: ["Project"]
---

# Retrieve information about a project (scope: data.read)

`GET /workspace/{workspace-id}/project/{project-id}`

## Path parameters

- `workspace-id` string, required
- `project-id` string, required

## Response `200`

The project information was retrieved successfully

- object
  - `workspace` string, required — The workspace id (matches the workspace-id sent with the request)
  - `project` string, required — The project id (matches the project-id sent with the request)
  - `name` string, required — The name assigned to the project
  - `url` string — The url where the published project can be viewed
  - `status` 'Draft' | 'Changed' | 'UpToDate' | 'Processing', required — The published state of the project. - `Draft`: The project has not yet been published (or was unpublished) - `Changed`: The project is published but there are unpublished changes - `Published`: The project is published with no unpublished changes - `Processing`: The project is in the process of being copied
  - `createdAt` string, date-time, required — The date and time when the project was created (ISO8601 format)
  - `updatedAt` string, date-time, required — The date and time when the project was last updated (ISO8601 format)
  - `publishedAt` string, date-time — The date and time when the project was last published (ISO8601 format)

## Other responses

- `400` — The request is invalid.
- `401` — The request does not have valid authentication.
- `403` — The client does not have authorization to make the request.
- `404` — The requested endpoint or resource could not be found.
- `429` — The number of API requests made to the workspace has exceeded the allowed threshold.

---

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