General APIs with JWT
Get reclaims with filtering
Endpoint to retrieve reclaims with comprehensive filtering options. Supports filtering by status, executor_id, reclaim_id (blockchain), miner_hotkey, expired_only, and pending_only.
get/reclaims
Query parameters
statusstring nullable
executor_idstring uuid nullable
reclaim_idinteger nullable
miner_hotkeystring nullable
expired_onlyboolean nullable
pending_onlyboolean nullable
Response
Reclaims retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.