Pull Desk Batch
POST /desk/batch/pull
POST
/desk/batch/pull
Append more cards to today’s existing batch.
Capped lower than start (40 vs 80) on purpose: pulling is a top-up, not
a second day.
Authorizations
Parameters
Header Parameters
Request Body required
Append newly selected cards to today’s existing batch.
object
item_ids
required
Decision ids to append. 1-40 - a smaller cap than start, by design.
Array<string>
tz_offset
The rep’s UTC offset in minutes.
integer
Responses
200
Successful Response
object
data
required
Today’s frozen batch.
A batch is FINITE by design: the rep freezes a ranked slice of the queue so
the day has an end. None from the app means no batch has been started
today, which is different from a batch with no items left - the response
keeps that distinction rather than flattening both to an empty batch.
object
item_ids
Array<string>
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string