List Orders
documentedGet a paged list of orders for the authenticated user.
GET /api/v1/ordersOrdersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.rev.com/api/v1/orders?page={{$page}}&pageSize={{$limit}}&ids={{$order_id1}}&ids={{$order_id2}}" \
-X GET \
-H "Authorization: Rev {{REV_CLIENT_API_KEY}}:{{REV_USER_API_KEY}}" \
-H "Accept: application/json"