Skip to content
Start here

Access Requests

Get Access authentication logs
GET/accounts/{account_id}/access/logs/access_requests
ModelsExpand Collapse
AccessRequestListResponse = array of AccessRequest { action, allowed, app_domain, 6 more }
action: optional string

The event that occurred, such as a login attempt.

allowed: optional boolean

The result of the authentication event.

app_domain: optional string

The URL of the Access application.

app_uid: optional string

The unique identifier for the Access application.

connection: optional string

The IdP used to authenticate.

created_at: optional string
formatdate-time
ip_address: optional string

The IP address of the authenticating user.

ray_id: optional string

The unique identifier for the request to Cloudflare.

maxLength16
user_email: optional string

The email address of the authenticating user.

formatemail