AM/TA/Inv - Get Error Details

Details

/external/v1/error-logarrow-up-right

Synopsis

Get Error Details

get

This route is used to retrieve the details of errors, given a set of search filters. This endpoint is paginated, up to 50 records can be retrieved per call. This endpoint can be called by applications with access to scope "readErrors".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : readErrors
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
pageSizenumberOptional

The number of rows being retrieved. Must be a positive integer.

offsetnumberOptional

The offset (i.e. row start index). Must be a positive integer (or 0).

securityIdsFilterstringOptional

The comma delimited list of security ids to filter the error records. Up to 10 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
trackingIdsFilterstringOptional

The comma delimited list of tracking ids to filter the error records. Up to 10 records can be provided. Each record should not exceed 12 characters.

Example: 2f33038c-7a80-4d4c-8dbe-57e105f84446
securityCorrelationIdsFilterstringOptional

The comma delimited list of security correlation ids to filter the error records. Up to 10 records can be provided. Each record should not exceed 100 characters.

Example: 1234,5678,7890
securityCorrelationOrgIdstring · max: 12Optional

The organization identifier linked to the correlation ids provided in the "securityCorrelationIdsFilter" property. If not provided the organization id will be inferred from the access token.

errorIdsFilterstringOptional

The comma delimited list of error ids to filter the error records. Up to 50 records can be provided. Each record should be a UUID v4 value.

Example: bbb562cc-636a-48c0-9d77-ba1f1b15da07,2159457f-0167-4e93-a969-9cf0db05e0bf
Responses
chevron-right
200

Successfully retrieved error details

application/json
trackingIdstring · max: 500Optional

This ID can be provided to allow tracking the request that generated the error on the platform.

Example: 2159457f-0167-4e93-a969-9cf0db05e0bf
inputDataobjectOptional

JSON object to that represents the action details.

Example: {"some":"Input","that":"Caused the error"}
errorIdstring · max: 500Required

The unique identifier of the error.

Example: 2159457f-0167-4e93-a969-9cf0db05e0bf
timestampone ofOptional

This is the date on which the error happened

Example: 2024-09-12T00:00:00.000Z
string · date-timeOptional

Date-time string

Example: 2024-09-12T00:00:00.000Z
or
string · dateOptional

Date string

Example: 1980-01-01
or
number · numberOptional

Epoch timestamp (milliseconds)

Example: 1185106460000
get
/external/v1/error-log

Last updated

Was this helpful?