Skip to main content
GET
/
projects
/
{project_id}
/
mqtt-access-events
Paginated MQTT broker access diagnostics (requires can_read_logs).
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/mqtt-access-events \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": {
    "items": [
      {}
    ]
  },
  "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:20
Required range: 1 <= x <= 100
kind
enum<string>

Optional event kind filter

Available options:
,
connect_reject,
acl_deny,
disconnect
since
string<date-time>

Optional RFC3339 lower bound on created_at

Response

MQTT access events page

data
object
required
meta
object
required

Pagination metadata for list endpoints (snake_case keys).

ok
enum<integer>
required
Available options:
1