Skip to main content

Retrieve the system log

GET 

/api/v3/_log_system

Retrieve a list of log entries.

Request

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object[]

  • Array [

  • log_id integer

    Log ID #

    msg string

    Log Message

    log_datetime string

    Date/time the log entry was recorded

  • ]

Loading...