get_orders
Retrieve order records from Eduframe with filtering, sorting, and pagination options to manage educational transactions.
Instructions
Get all order records
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) | |
| creator_id | No | Filter results on creator_id | |
| created_at_after | No | Filter results on created_at_after | |
| catalog_variant_id | No | Filter results on catalog_variant_id | |
| sort | No | Sort the results. Can change order by using `<sort_by>:<direction>` where `<direction>` is either `asc` or `desc` |