AdminGetBatchParams
Parameters used to filter and configure pagination of the retrieved batch jobs.
Properties
limit
numberRequiredLimit the number of items returned in the list.
Default: 10
offset
numberRequiredThe number of items to skip when retrieving a list.
Default: 0
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
order
stringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-
.id
string | string[]IDs to filter batch jobs by.
type
string[]Types to filter batch jobs by.
confirmed_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
confirmed_at
date.pre_processed_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
pre_processed_at
date.completed_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
completed_at
date.failed_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
failed_at
date.canceled_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
canceled_at
date.created_at
DateComparisonOperatorDate filters to apply on the batch jobs' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.updated_at
DateComparisonOperatorDate filters to apply on the batch jobs' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.Was this section helpful?