AM/FA/Inv - Get Error Details

Details

/external/v1/error-log

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".

Required 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
200

Successfully retrieved error details

application/json
get
/external/v1/error-log

Last updated

Was this helpful?