---
title: "Get"
method: GET
path: "/projects/{nameOrId}"
tags: ["projects"]
---

# Get

`GET /projects/{nameOrId}`

Returns a project by name or ID.

## Path parameters

- `nameOrId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ProjectsGetResponse200
  - `project` Project, required
    - `id` string, required — The ID of the project.
    - `name` string, required — The name of the project.
    - `default_agent` ProjectDefaultAgent, required — The project's default agent.
      - `id` string, required — The ID of the project's default agent.
      - `name` string, required — The name of the project's default agent.
    - `active_conversations` integer, required — Number of conversations currently in progress for this project.
    - `max_active_conversations` integer, nullable, required — Maximum number of concurrent conversations allowed for this project. When `null`, the workspace `max_active_conversations` limit is used.

## Other responses

- `401` — Unauthorized (authentication missing or invalid)
- `403` — Forbidden
- `404` — Project not found
- `500` — Internal server error

---

[API](https://skmtc.net/phonic/apis/api-reference.md) · [All operations](https://skmtc.net/phonic/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonic/api-reference/revisions/7f8c81a5a990/schema)
