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

# GET /projects/{id}/

`GET /projects/{id}/`

Get a project by id

## Path parameters

- `id` integer, required

## Response `200`

Return a project by id.

- ProjectRead — Serializer for reading the Project with embedded objects.
  - `name` string, required
  - `description` string
  - `organization` OrganizationRef, required
    - `id` integer, required
    - `name` string, required — The name of this resource
    - `description` string — The organization description.
  - `eda_credential` EdaCredentialRef — Serializer for EdaCredential reference.
    - `id` integer, required
    - `name` string, required
    - `description` string
    - `inputs` object, required
    - `managed` boolean
    - `credential_type_id` integer, nullable, required
    - `organization_id` integer, nullable, required
  - `signature_validation_credential` EdaCredentialRef — Serializer for EdaCredential reference.
    - `id` integer, required
    - `name` string, required
    - `description` string
    - `inputs` object, required
    - `managed` boolean
    - `credential_type_id` integer, nullable, required
    - `organization_id` integer, nullable, required
  - `verify_ssl` boolean
  - `scm_branch` string
  - `scm_refspec` string
  - `proxy` string, required
  - `id` integer, required
  - `url` string, required
  - `scm_type` 'git', required — * `git` - Git
  - `git_hash` string, required
  - `import_state` 'pending' | 'running' | 'failed' | 'completed', required — * `pending` - Pending * `running` - Running * `failed` - Failed * `completed` - Completed
  - `import_error` string, nullable, required
  - `created_at` string, date-time, required
  - `modified_at` string, date-time, required

## Changes

- **2024-04-23** `cbf68ddd9760` — 1 breaking, 1 warning, 9 info
  - removed the required property `import_task_id` from the response with the `200` status
  - removed the optional property `credential` from the response with the `200` status
  - the endpoint scheme security `EDAJWTAuthentication` was added to the API
  - the endpoint scheme security `jwtAuth` was added to the API
  - …7 more
- **2023-09-05** `011f9cfbad09` — 1 info
  - added the optional property `verify_ssl` to the response with the `200` status
- **2023-08-21** `c84b4813cab1` — 1 info
  - the endpoint scheme security `cookieAuth` was added to the API
- **2023-05-19** `f84d9240fdf2` — 2 info
  - the endpoint scheme security `cookieAuth` was removed from the API
  - added the optional property `credential` to the response with the `200` status
- **2023-04-25** `62d33b790834` — 3 breaking, 5 warning, 3 info
  - removed the required property `organization` from the response with the `200` status
  - removed the required property `proxy` from the response with the `200` status
  - removed the required property `scm_type` from the response with the `200` status
  - removed the optional property `eda_credential` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/projects/:id/get.md)

---

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