Get Filing Session Queue
GET/api/amazon/unified/reimbursement-cases/session
Returns the ready-to-file queue for a filing session: cases in ready_to_submit whose claim window is open today (not yet expired and already accepting claims), ordered by urgency (soonest deadline first, then largest amount). Informational (heads-up) cases are never included. Capped at 200 cases.
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
Also returns the total owed per currency and an estimate of the time needed to file them (about 2 minutes per case).
Query parameters:
ids[](optional) — restrict to these case IDs (repeat the parameter, or send a comma-separated list).assigned_user_id(optional) — a user ID,me(the signed-in user) ornone(unassigned).integration_instance_ids(optional) — comma-separated Amazon integration instance IDs.currency(optional) — 3-letter currency code.
Queue entries leave out reimbursements, outstanding_amount and inventory_restitution_value; use Get Reimbursement Case for a case's payment history.
Request
Responses
- 200
- 401
- 403
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Unprocessable Entity
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.