v1

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

List Model Lab project artifacts

List all artifact files for a specific Model Lab project.

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

Path parameters

project_idinteger required
Example:1

The ID of the Model Lab project.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "files": [
        {
          "artifact_path": "projects/1/artifacts/model.pkl",
          "created_at": "2024-01-20T10:00:00Z",
          "filename": "model.pkl"
        }
      ]
    },
    "id": "1",
    "type": "project_files"
  }
}