# VyQuery\_GetTransactions

| Query        | Type                                                                                                          | Description                                                              |
| ------------ | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| Statuses     | [eVyTransactionState](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evytransactionstate) | Filter the results based on the transaction's current status             |
| UserId       | string                                                                                                        | Filter the transactions by your users with \`userId\`                    |
| IncludeUsers | bool                                                                                                          | Boolean flag to indicate whether to show your users in the result or not |
| Page         | int                                                                                                           | The current page number                                                  |
| Size         | int                                                                                                           | The number of items per page                                             |
| SortOn       | [eVyTransactionSort](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evytransactionsort)   | Name of the parameter to sort on                                         |
| SortOrder    | [eVySortType](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evysorttype)                 | Indication to sort in ascending or descending order                      |
