---
title: "Fetch one project; discriminates ok vs degraded"
method: GET
path: "/api/v1/projects/{id}"
tags: ["projects"]
---

# Fetch one project; discriminates ok vs degraded

`GET /api/v1/projects/{id}`

## Path parameters

- `id` string, required — Project identifier (registry key).

## Response `200`

OK

- ProjectGetResponse
  - `project` union, required
    - object
      - `agent` string
      - `config` ProjectConfig
        - `agentConfig` AgentConfig
          - `model` string
          - `permissions` string
        - `agentRules` string
        - `agentRulesFile` string
        - `containerReap` ContainerReapConfig
          - `disabled` boolean
        - `defaultBranch` string
        - `env` object
        - `orchestrator` RoleOverride
          - `agent` string
          - `agentConfig` AgentConfig
            - `model` string
            - `permissions` string
        - `orchestratorRules` string
        - `postCreate` string[]
        - `reviewers` DomainReviewerConfig[]
          - `harness` string, required
        - `sessionPrefix` string
        - `symlinks` string[]
        - `trackerIntake` TrackerIntakeConfig
          - `assignee` string
          - `enabled` boolean
          - `provider` 'github'
          - `repo` string
        - `worker` RoleOverride
          - `agent` string
          - `agentConfig` AgentConfig
            - `model` string
            - `permissions` string
      - `defaultBranch` string, required
      - `id` string, required
      - `kind` 'single_repo' | 'workspace' | 'scratch', required
      - `name` string, required
      - `path` string, required
      - `repo` string, required
      - `workspaceRepos` WorkspaceRepo[]
        - `name` string, required
        - `relativePath` string, required
        - `repo` string, required
    - object
      - `id` string, required
      - `kind` 'single_repo' | 'workspace' | 'scratch', required
      - `name` string, required
      - `path` string, required
      - `resolveError` string, required
  - `status` 'ok' | 'degraded', required

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-07-31** `4d9ea22ac81f` — 1 info
  - added the optional property `project/oneOf[#/components/schemas/Project]/config/containerReap` to the response with the `200` status
- **2026-07-23** `ec04bdb2235b` — 6 warning
  - added the new `scratch` enum value to the `project/oneOf[#/components/schemas/DegradedProject]/kind` response property for the response status `200`
  - added the new `scratch` enum value to the `project/oneOf[#/components/schemas/Project]/kind` response property for the response status `200`
  - added the new `single_repo` enum value to the `project/oneOf[#/components/schemas/DegradedProject]/kind` response property for the response status `200`
  - added the new `single_repo` enum value to the `project/oneOf[#/components/schemas/Project]/kind` response property for the response status `200`
  - …2 more
- **2026-07-13** `3a63aeea17ec` — 3 info
  - added the optional property `project/oneOf[#/components/schemas/Project]/config/agentRules` to the response with the `200` status
  - added the optional property `project/oneOf[#/components/schemas/Project]/config/agentRulesFile` to the response with the `200` status
  - added the optional property `project/oneOf[#/components/schemas/Project]/config/orchestratorRules` to the response with the `200` status
- **2026-07-03** `33fe4104dfeb` — 1 info
  - added the optional property `project/oneOf[#/components/schemas/Project]/config/trackerIntake` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/projects/:id/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/4f19bf23c856/schema)
