Logs

List system logs by date range with paging

get/api/v1/logs

Query parameters

fromDatestring date-time required

UTC timezone (ISO format, in example 2024-02-05T02:00:00Z)

toDatestring date-time required

UTC timezone (ISO format, in example 2024-02-05T02:00:00Z)

skipinteger

Number of records to skip (optional)

takeinteger

umber of records to take (optional, max 1000)

Response

OK

idstring uuid required
timestampstring date-time required
levelinteger required
messagestring nullable required
versionstring nullable required
userIdstring uuid nullable
environmentstring nullable required
applicationstring nullable required
clientIPstring nullable required
elapsednumber double nullable
httpStatusCodeinteger nullable

Changes

No recorded changes to this endpoint across all 5 revisions of this API.