Skip to content
Start here

Access Requests

Get Access authentication logs
client.zeroTrust.access.logs.accessRequests.list(AccessRequestListParams { account_id, allowedOp, app_typeOp, 17 more } params, RequestOptionsoptions?): AccessRequestListResponse { action, allowed, app_domain, 6 more }
GET/accounts/{account_id}/access/logs/access_requests
ModelsExpand Collapse
AccessRequestListResponse = Array<AccessRequest { action, allowed, app_domain, 6 more } >
action?: string

The event that occurred, such as a login attempt.

allowed?: boolean

The result of the authentication event.

app_domain?: string

The URL of the Access application.

app_uid?: string

The unique identifier for the Access application.

connection?: string

The IdP used to authenticate.

created_at?: string
formatdate-time
ip_address?: string

The IP address of the authenticating user.

ray_id?: string

The unique identifier for the request to Cloudflare.

maxLength16
user_email?: string

The email address of the authenticating user.

formatemail