Authentication
string
required
Your Active API Key from the Management Tool.
Query parameters
string
Access requests processed after this time are included.Accepted formats:
2021-04-01, 2021-04-01T12:00, 2021-04-01T12:00:00.string
Access requests processed before this time are included.
int
default:"1000"
Number of access requests to return per request.Default:
1000. Maximum: 1000.int
Cursor for pagination — the ID after which to start returning records. Use the
afterId from a previous response to fetch the next batch.If both
start and end are omitted, all access requests in the database are returned (subject to pagination).Response (200 OK)
int
The ID of the first access request in the batch — pass it as
afterId on the next request to fetch the next page. null indicates the last page.array
Array of access request objects:
Example
Errors
See Status codes. Common errors:- 400 Bad Request — invalid time format, or
count > 1000. - 403 Forbidden — Data Connector not registered.
Related
Endpoint Access Control
The Management Tool feature that produces these requests.
Audit log
Complementary audit data for administrative actions.
List alerts
Alert events triggered during access-granted sessions.
API reference
Base URL, authentication, status codes.