# FVyQuery\_GetTransactions

| Statuses     | FVyOptStringArray | Filter the results based on the transaction's current status             |
| ------------ | ----------------- | ------------------------------------------------------------------------ |
| UserId       | FVyOptString      | Filter the transactions by your users with \`userId\`                    |
| IncludeUsers | FVyOptBool        | Boolean flag to indicate whether to show your users in the result or not |
| Page         | FVyOptInt         | The current page number                                                  |
| Size         | FVyOptInt         | The number of items per page                                             |
| SortOn       | FVyOptString      | Name of the parameter to sort on                                         |
| SortOrder    | FVyOptString      | Indication to sort in ascending or descending order                      |
