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

# Returns a specific project

`GET /projects/{projectId}`

## Path parameters

- `projectId` integer, required

## Response `200`

Project

- object
  - `data` Project — A project object. Available relations: customer, assignments, unarchived_assignments, archived_assignments, assignments_customer_addresses, assignments_employee_pivots, assignments_observer_pivots, assignments_tag_pivots, assignments_article_pivots, assignments_vehicle_pivots, assignments_tool_pivots, assignments_document_pivots, documentations, assignments_documentations, assignments_recorded_times, assignments_timesheet_activities, billable_assignments_timesheet_activities, changelog
    - `id` integer — ID
    - `first_line` string — First line
    - `icon` string — Icon
    - `custom_number` string — Custom number
    - `customer_id` integer — Customer
    - `title` string — Project name
    - `description` string, nullable — Description
    - `project_nr` string — Project no.
    - `source` string — Source
    - `source_external_id` string, nullable — Source ID
    - `all_archived` boolean — All archived
    - `sales_volume` string — Project sales volume
    - `created_at` string, date-time — Created
    - `updated_at` string, date-time — Updated

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `404` — The requested resource could not be found.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

---

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