AccessLogs
Query access logs in Zendesk.
Table Specific Information
Select
The following queries are processed server side while other filters are processed client side within the server.SELECT * FROM AccessLogs
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any other search criteria will be ignored and an unfiltered response will be returned.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the access log. | |
| UserId | Long | ID of the user who made the request. | |
| Status | Integer | HTTP status code of the response. | |
| Method | String | HTTP method of the request. Possible values: GET, POST, PUT, DELETE. | |
| IpAddress | String | IP address of the user who made the request. | |
| Timestamp | Datetime | ISO 8601 formatted string representing the time of the request. | |
| Url | String | URL of the request. | |
| Graphql | String | Optional details if the request was a GraphQL query. |