Artifacts

List artifacts

GET /artifacts

Get list of artifacts.

Query Parameters

Name
Type
Description

project_id

integer

Project id

run_id

string

Run id

_sort

string

Sort key

_order

string

Sorting order (ASC or DESC)

_start

integer

Start index

_end

integer

End index

[
  {
    "project_id": 0,
    "experiment_id": "string",
    "run_id": "string",
    "type": "File",
    "creation_timestamp": "2020-01-31T11:56:28.168Z",
    "root_uri": "string",
    "path": "string"
  }
]

Last updated

Was this helpful?