Skip to main content

Get combined OCPP request/response logs

x-ms-visibility: "important"

Returns OCPP logs where request and response are matched by message id.

Query Parameters
    chargerId string required

    Charger Identifier

    startDate date-time

    Start date to fetch logs (UTC or local). Default: now-7d

    endDate date-time

    End date to fetch logs (UTC or local). Default: now

    page int32

    Page number (1-based). Default: 1

    limit int32

    Items per page (max 100). Default: 100

    sortKey string

    Sort key: RequestTimestamp, ResponseTimestamp, MessageId, Action. Default: RequestTimestamp

    sortDescending boolean

    Sort descending if true. Default: true

    search string

    Text search across action and payload

    messageTypes string[]

    Filter by message types (comma-separated)

    includeHeartbeats boolean

    Include Heartbeat CALL messages. Default: true

Responses

Combined OCPP logs


Schema
    page int32
    limit int32
    totalRecords int64
    hasNextPage boolean
    hasPreviousPage boolean
    items object[]
  • Array [
  • messageId string
    ocppVersion string
    messageType string
    source string
    requestTimestamp date-time
    responseTimestamp date-time nullable
    request object
    action string
    payload object
    response object
    payload object
  • ]
Loading...