Skip to content
Start here

Logs

LogsAccess 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

LogsSCIM

ModelsExpand Collapse
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

LogsSCIMUpdates

List Access SCIM update logs
GET/accounts/{account_id}/access/logs/scim/updates
ModelsExpand Collapse
UpdateListResponse { cf_resource_id, error_description, idp_id, 8 more }
cf_resource_id: optional string

The unique Cloudflare-generated Id of the SCIM resource.

error_description: optional string

The error message which is generated when the status of the SCIM request is ‘FAILURE’.

idp_id: optional string

The unique Id of the IdP that has SCIM enabled.

idp_resource_id: optional string

The IdP-generated Id of the SCIM resource.

logged_at: optional string
formatdate-time
request_body: optional string

The JSON-encoded string body of the SCIM request.

request_method: optional string

The request method of the SCIM request.

resource_group_name: optional string

The display name of the SCIM Group resource if it exists.

resource_type: optional string

The resource type of the SCIM request.

resource_user_email: optional string

The email address of the SCIM User resource if it exists.

formatemail
status: optional string

The status of the SCIM request.