Skip to main content
Returns processed Endpoint Access Control access requests with the complete audit trail per request — who requested access, who approved or denied it, when, what comment was left, and how long the resulting session lasted. Paginated with up to 1000 requests per call.

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.
Requesting more than 1000 access requests (count > 1000) returns HTTP 400 Bad Request.
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

Pagination loop: call the endpoint with count=1000 and no afterId. From the response, take afterId and pass it as the parameter in the next call. When the response contains afterId: null, you’ve reached the last page.
For compliance reporting (SOC 2, PCI DSS, audit evidence), this endpoint provides the complete access-request audit trail in a single call: who requested, who approved, when, why, and what they did with the access. Pipe it into your compliance dashboard or evidence-collection pipeline.

Errors

See Status codes. Common errors:
  • 400 Bad Request — invalid time format, or count > 1000.
  • 403 Forbidden — Data Connector not registered.

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.