Skip to main content
GET
/
organizations
/
integrations
/
observability
/
audit
List integration audit log entries for the organization
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/organizations/integrations/observability/audit \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": "<unknown>",
  "meta": "<unknown>"
}

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

Query Parameters

since
string<date-time>

RFC3339 timestamp lower bound (defaults to 24 hours ago when omitted).

target_kind
string

Entity kind for scoped audit fetch; must be sent together with target_id.

target_id
string

Entity identifier for scoped audit fetch; must be sent together with target_kind.

q
string

Keyword search within audit entries (alternative mode to org-wide or entity-scoped listing).

Response

Audit entries loaded

Preferred shape for successful JSON responses is { ok, data, meta } with list metadata (e.g. pagination totals) in top-level meta, not nested under data.

data
any | null
required

Response payload; may be null for no-content successes.

meta
any | null
required

Top-level metadata (e.g. pagination); null when unused.

ok
enum<integer>
required
Available options:
1