---
title: "Get a Model Lab project"
method: GET
path: "/api/v2/model-lab-api/projects/{project_id}"
tags: ["Model Lab API"]
---

# Get a Model Lab project

`GET /api/v2/model-lab-api/projects/{project_id}`

Get a single Model Lab project by its ID.

## Path parameters

- `project_id` integer, required

## Response `200`

OK

- ModelLabProjectResponse — Response containing a single Model Lab project.
  - `data` ModelLabProjectData, required — A Model Lab project JSON:API resource object.
    - `attributes` ModelLabProjectAttributes, required — Attributes of a Model Lab project.
      - `artifact_storage_location` string, required — The storage location for project artifacts.
      - `created_at` string, date-time, required — The date and time the project was created.
      - `deleted_at` string, date-time, nullable — The date and time the project was soft-deleted.
      - `description` string, required — A description of the project.
      - `external_url` string, nullable — An optional external URL associated with the project.
      - `is_starred` boolean, required — Whether the project is starred by the current user.
      - `name` string, required — The name of the project.
      - `owner_id` string, nullable — The UUID of the project owner.
      - `tags` ModelLabTag[], required — The list of tags associated with the project.
        - `key` string, required — The tag key.
        - `value` string, required — The tag value.
      - `updated_at` string, date-time, required — The date and time the project was last updated.
    - `id` string, required — The unique identifier of the project.
    - `type` 'projects', required — The JSON:API type for a Model Lab project resource.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too many requests
- `500` — Internal Server Error

---

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