Skip to main content
GET
/
projects
/
{project_id}
/
alerts
Paginated alarm instances for a project (requires project admin).
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/alerts \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": {
    "alerts": [
      {}
    ]
  },
  "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<uuid>
required

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:10
Required range: 1 <= x <= 100
severity
string

Comma-separated severity labels

fleet
string

Comma-separated fleet (line) UUIDs

device
string

Comma-separated physical device UUIDs

start
string<date-time>

RFC3339 / RFC3339Nano lower bound on opened_at

end
string<date-time>

RFC3339 / RFC3339Nano upper bound on opened_at

Response

Alerts page

data
object
required
meta
object
required

Pagination metadata for list endpoints (snake_case keys).

ok
enum<integer>
required
Available options:
1