AdminGetBatchParams
Parameters used to filter and configure pagination of the retrieved batch jobs.
constructor
Properties
canceled_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
canceled_at
date.completed_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
completed_at
date.confirmed_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
confirmed_at
date.created_at
DateComparisonOperatorDate filters to apply on the batch jobs' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.expand
stringComma-separated relations that should be expanded in the returned data.
failed_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
failed_at
date.fields
stringComma-separated fields that should be included in the returned data.
id
string | string[]IDs to filter batch jobs by.
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
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
-
.pre_processed_at
null | DateComparisonOperatorDate filters to apply on the batch jobs'
pre_processed_at
date.type
string[]Types to filter batch jobs by.
updated_at
DateComparisonOperatorDate filters to apply on the batch jobs' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.Was this section helpful?