| http_lofar_request | HttpLofarRequest | The HttpLofarRequest object | |
| latest_query | int | Is this a show latest query ? | |
| session_id | str | The session id of the request | |
| sql | str | The SQL query | |
| table | str | The table being queried | |
| timestamp | datetime | Start of the query | |
| total_query | int | Is this a total query ? | |
| total_rows | int | The number of rows resulting from the query | |
| total_time | float | The total time of the query | |
| where_values | str | The where values of the query | |