Skip to main content
GET
/
projects
/
{project_id}
/
events
Keyset-paginated canonical event feed for a project.
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/events \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": {
    "items": [
      {
        "action": "<string>",
        "domain": "<string>",
        "entity": "<string>",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "occurred_at": "2023-11-07T05:31:56Z",
        "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "correlation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "device_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "fleet_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "payload": {},
        "source_service": "<string>",
        "span_id": "<string>",
        "trace_id": "<string>"
      }
    ]
  },
  "meta": {
    "count": 123,
    "has_more": true,
    "items_per_page": 123,
    "next_cursor": "<string>"
  }
}

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

cursor
string

Opaque pagination cursor from meta.next_cursor on the prior page

limit
integer
default:50
Required range: 1 <= x <= 200
domain
string

Filter by event domain

entity
string

Filter by event entity

action
string

Filter by event action

device_id
string<uuid>

Filter by device UUID

fleet_id
string<uuid>

Filter by fleet UUID

Response

Canonical event page

data
object
required
meta
object
required

Cursor (keyset) pagination metadata for append-only or time-ordered feeds.

ok
enum<integer>
required
Available options:
1