ReferenceV1
List Artifacts
Query Parameters
action_run_id?|
kind?|
limit?integer
Default
100Range
1 <= value <= 100offset?integer
Default
0Range
0 <= valueHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/artifacts"{
"artifacts": [
{
"actionRunId": "string",
"content": {
"data": {},
"kind": "json",
"storage": "inline"
},
"createdAt": "2019-08-24T14:15:22Z",
"id": "string",
"kind": "json",
"storageType": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"hasNext": true,
"limit": 0,
"offset": 0,
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}