Skip to main content

Get Deriver Logs

GET 

/api/v1/derivers/:deriver/logs

Get Deriver Logs

Request

Path Parameters

    deriver stringrequired

    Name of the Deriver

Query Parameters

    since date-time

    Timestamp to start retrieving logs from. If omitted, defaults to deriver creation time.

    until date-time

    Timestamp to stop retrieving logs at. If omitted, defaults to the current time.

    limit integer

    Possible values: > 0

    Maximum number of log entries to return.

    direction string

    Possible values: [forward, backward]

    The direction in which to retrieve logs: 'forward' for chronological order, 'backward' for reverse chronological order.

    Default value: backward
    level string

    Possible values: [CRITICAL, FATAL, ERROR, WARN, WARNING, INFO, DEBUG, NOTSET]

    Log level

Responses

200

Schema

  • Array [

  • message stringrequired
    timestamp date-timerequired
  • ]

Loading...