---
title: "Get a project"
method: GET
path: "/v1/projects/{projectId}"
tags: ["Projects"]
---

# Get a project

`GET /v1/projects/{projectId}`

Fetches a project by id.

## Path parameters

- `projectId` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'project', required
    - `attributes` object, required
      - `workspaceId` string, uuid, required
      - `name` string, required
      - `sourceType` string, required
      - `sourceUri` string, required
      - `repoSubpath` string, required
      - `lastScheduleSyncOk` boolean, nullable, required
      - `lastScheduleSyncAt` string, date-time, nullable, required
      - `lastScheduleSyncResult` union, required
        - object
          - `commitSha` string, nullable, required
          - `created` number, required
          - `updated` number, required
          - `deleted` number, required
          - `skipped` number, required
          - `reason` 'write_failed'
        - object
          - `commitSha` string, nullable, required
          - `failures` object, required
        - object
          - `commitSha` string, nullable, required
          - `reason` union, required
            - 'workspace_not_reachable'
            - 'byo_unavailable'
            - 'sync_failed'
        - object
          - `commitSha` string, nullable, required
          - `reason` union, required
            - 'schema_validation_failed'
            - 'unreadable_encoding'
            - 'malformed_json'
            - 'non_object_json'
            - 'invalid_project_name'
          - `message` string, required
          - `issues` object[]
            - `code` string, required
            - `message` string, required
            - `path` union[], required
              - …
      - `createdBy` string, uuid, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-15** `050f3217cf2c` — 3 info
  - added the required property `data/attributes/lastScheduleSyncAt` to the response with the `200` status
  - added the required property `data/attributes/lastScheduleSyncOk` to the response with the `200` status
  - added the required property `data/attributes/lastScheduleSyncResult` to the response with the `200` status

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

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/050f3217cf2c?raw)
