v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-07-21130282381.6 KB
API Analytics

Get native API connection logs

Get native API connection logs

Returns the paginated list of native API connection log entries for the API.

get/environments/{envId}/apis/{apiId}/logs/native

Query parameters

pageinteger

The page number for pagination.

perPageinteger

The number of items per page for pagination.

frominteger required

The timestamp from which the logs will be returned.

tointeger required

The timestamp to which the logs will be returned.

applicationIdsstring[]

List of application ids to filter on.

planIdsstring[]

List of plan ids to filter on.

connectionStatusesstring[]

Filter by native connection status.

[
  "CONNECTED",
  "CONNECTION_ERROR"
]

Response

Page of native API connection logs.

Example response

{
  "data": [
    {
      "timestamp": "2026-01-01 00:00:00+00:00"
    }
  ]
}