Skip to content
Start here

Logs

LogsAccess 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

LogsSCIM

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

LogsSCIMUpdates

List Access SCIM update logs
client.zeroTrust.access.logs.scim.updates.list(UpdateListParams { account_id, idp_id, cf_resource_id, 12 more } params, RequestOptionsoptions?): V4PagePaginationArray<UpdateListResponse { cf_resource_id, error_description, idp_id, 8 more } >
GET/accounts/{account_id}/access/logs/scim/updates
ModelsExpand Collapse
UpdateListResponse { cf_resource_id, error_description, idp_id, 8 more }
cf_resource_id?: string

The unique Cloudflare-generated Id of the SCIM resource.

error_description?: string

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

idp_id?: string

The unique Id of the IdP that has SCIM enabled.

idp_resource_id?: string

The IdP-generated Id of the SCIM resource.

logged_at?: string
formatdate-time
request_body?: string

The JSON-encoded string body of the SCIM request.

request_method?: string

The request method of the SCIM request.

resource_group_name?: string

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

resource_type?: string

The resource type of the SCIM request.

resource_user_email?: string

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

formatemail
status?: string

The status of the SCIM request.