Skip to main content
GET
/
projects
/
{project_id}
/
ota
/
releases
/
{release_id}
/
artifacts
GET /projects/{project_id}/ota/releases/{release_id}/artifacts
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/ota/releases/{release_id}/artifacts \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": {
    "artifacts": [
      {
        "created_at": "2023-11-07T05:31:56Z",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "ota_release_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "file_name": "<string>",
        "topic": "<string>",
        "type": "<string>",
        "version": "<string>"
      }
    ]
  },
  "meta": {
    "current_page": 123,
    "items_per_page": 123,
    "total_items": 123,
    "total_pages": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string
required
release_id
string
required

Query Parameters

page
integer
limit
integer
ids
string

Comma-separated artifact UUIDs. Each non-empty token must be a valid UUID; malformed values yield HTTP 400.

file_name
string
version
string
artifact_type
string

Response

OTA artifacts

data
object
required
meta
object
required

Pagination metadata for list endpoints (snake_case keys).

ok
enum<integer>
required
Available options:
1