ReferenceAPIOperationsArtifacts
List build artifacts
List build artifacts
Operation ID
list_artifactsAuthorization
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" } ]}