Skip to main content
GET
Error

Authorizations

x-cdata-authtoken
string
header
required

Path Parameters

Id
string
required

The key Id

Query Parameters

$select
string

Select structural property

Response

requests response

Id
string
required

The Id assigned to each request log entry for tracking and reference purposes.

Method
string

The HTTP method used for the request. Available values are 'GET, POST, PUT, DELETE'.

URL
string

The complete URL path, including any query parameters but excluding the base domain.

Time
integer<int32>

The duration, in milliseconds, that Arc took to process and respond to the request.

RemoteIP
string

The IP address of the client or system that originated the request.

status
string

The HTTP status code returned by the request (such as 200 for success, 404 for not found, or 500 for server error).

User
string

The authenticated username or account that initiated the request, if authentication was used.

InstanceId
string

The machine name of the server running Arc that handled the request. Primarily used in high availability (HA) or clustered environments.

Timestamp
string<date-time>

The date and time the request was received and processing began.

Error
string

Any error message or exception details captured if the request failed or encountered issues.

Script
string

The internal script or handler that processed the request.

Bytes
integer<int64>

The total size of the request payload in bytes, including headers and body content.