v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Model Lab API

Get a Model Lab project

Get a single Model Lab project by its ID.

get/api/v2/model-lab-api/projects/{project_id}

Path parameters

project_idinteger required
Example:1

The ID of the Model Lab project.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "artifact_storage_location": "s3://bucket/active-project",
      "created_at": "2024-01-20T10:00:00Z",
      "description": "A machine learning training project.",
      "name": "active-project",
      "tags": [
        {
          "key": "model",
          "value": "opus"
        }
      ],
      "updated_at": "2024-01-20T11:00:00Z"
    },
    "id": "2",
    "type": "projects"
  }
}