AM/TA/Inv - Get Sync Job Sequence Data

Details

/external/v1/sequencer/sync-jobarrow-up-right

Synopsis

Get Sync Job Sequence Data

get

This route is used to retrieve the sequence of events that happened within a sync job and a particular timeframe. This includes transactions, errors, and orchestrations, ordered by timestamp in an ascending order. This endpoint is paginated, up to 250 records can be retrieved per call. This endpoint can be called by applications with access to scope "readSequencer".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : readSequencer
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).

fromDatestring · date-timeOptional

The start date from which the transactions are to be retrieved. If not provided then the system will retrieve transactions from the very first record.

toDatestring · date-timeOptional

The end date until which the transactions are to be retrieved. If not provided then the current timestamp will be considered.

syncJobIdstringRequired

The id of the sync job we want to filter the transactions by and return sequencer entries.

Example: 3f50c1e2-1c4b-4b8b-9a6e-2b5e4e5f6a7b
Responses
chevron-right
200

Successfully retrieved sync job sequence data

application/json
get
/external/v1/sequencer/sync-job

Last updated

Was this helpful?