AccessLogs
Returns access logs, including request, response, and user details.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier for the access log entry. | |
| UserId | Long |
Users.Id | The Id of the user who made the request. |
| Status | Integer | The HTTP status code of the response. | |
| Method | String | The HTTP method of the request. Possible values: GET, POST, PUT, DELETE. | |
| IpAddress | String | The IP address of the user who made the request. | |
| Timestamp | Datetime | The timestamp of the request in ISO 8601 format. | |
| Url | String | The URL of the request. | |
| Graphql | String | Optional details if the request was a GraphQL query. |