Skip to main content

Export connection logs as csv file. In query you can pass: tableName=value | order=ASC (sorting by time when record was created at) | page=value & perPage=value | dateFrom=value & dateTo=value (to get logs between two dates) | email=value | limit=value (if you do not want use pagination. default limit is 500)

GET 

/logs/export/:connectionId

Export connection logs as csv file. In query you can pass: tableName=value | order=ASC (sorting by time when record was created at) | page=value & perPage=value | dateFrom=value & dateTo=value (to get logs between two dates) | email=value | limit=value (if you do not want use pagination. default limit is 500)

Request

Responses

Export table logs as CSV.