List claims

get
/claims

Lists claims for external systems to sync and decide which RMA to inspect or operate next.

keyword
string

Free-text search across searchable claim, order, customer, and item fields.

Examples:
RMA-1001
statuses
string

Comma-separated claim status values to include. Each value must be one of: under_review, approved, in_process, completed, rejected, canceled.

Examples:
approved,in_process
claim_created_at_min
string<date-time>

Inclusive lower bound for claim creation time. The date and time, formatted in ISO 8601. Please make sure the value of the parameter is properly escaped in URL encoding.

Examples:
2026-05-19T10:00:00Z
claim_created_at_max
string<date-time>

Exclusive upper bound for claim creation time. The date and time, formatted in ISO 8601. Please make sure the value of the parameter is properly escaped in URL encoding.

Examples:
2026-05-19T10:00:00Z
order_created_at_min
string<date-time>

Inclusive lower bound for order creation time. The date and time, formatted in ISO 8601. Please make sure the value of the parameter is properly escaped in URL encoding.

Examples:
2026-05-19T10:00:00Z
order_created_at_max
string<date-time>

Exclusive upper bound for order creation time. The date and time, formatted in ISO 8601. Please make sure the value of the parameter is properly escaped in URL encoding.

Examples:
2026-05-19T10:00:00Z
resolution_methods
string

Comma-separated public resolution method values to include. Each value must be one of: repair_item, replace_item, send_repair_kit, issue_store_credit, other.

Examples:
replace_item,repair_item
warranty_page_ids
string

Comma-separated 32-character warranty page IDs.

Examples:
11111111111111111111111111111111,22222222222222222222222222222222
page
integer

Page number. page * limit must be less than or equal to 10000.

>= 1<= 200
Default:
1
Examples:
1
limit
integer

Number of claims per page. page * limit must be less than or equal to 10000.

>= 1<= 50
Default:
10
Examples:
10
Auth
:
Parameters
:
:
:
:
:
:
:
:
:
: