Oore CI
ReferenceAPIOperationsArtifacts

List build artifacts

List build artifacts

Operation IDlist_artifacts
GET
/v1/builds/{build_id}/artifacts

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

build_id*string

Build ID

Response Body

application/json

curl -X GET "https://example.com/v1/builds/string/artifacts"
{  "artifacts": [    {      "artifact_type": "apk",      "build_id": "string",      "checksum": "string",      "created_at": 0,      "expires_at": 0,      "file_path": "string",      "file_size": 0,      "id": "string",      "metadata": {},      "name": "string",      "state": "string"    }  ]}