v1

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

List Model Lab run artifacts

List artifact files for a specific Model Lab run.

get/api/v2/model-lab-api/runs/{run_id}/artifacts

Path parameters

run_idinteger required
Example:42

The ID of the Model Lab run.

Query parameters

pathstring

Optional subdirectory path within the run's artifacts.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "files": [
        {
          "path": "model/weights.pt"
        }
      ],
      "path_in_project": "runs/42"
    },
    "id": "42",
    "type": "artifacts"
  }
}