# Get all transactions **GET /api/v2/transactions** This endpoint will return all transactions in the firm relevant to the user accessing them. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[account_uuids]** (string) Filter by a comma separated list of account UUIDs. - **filter[plan_uuids]** (string) Filter by a comma separated list of plan UUIDs. - **filter[sub_account_uuids]** (string) Filter by a comma separated list of subaccount UUIDs. - **filter[created_at]** (string) Filter by created at date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[updated_at]** (string) Filter by updated at date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[type]** (string) Filter by type. - **filter[sub_type]** (string) Filter by subtype. - **filter[amount]** (string) Filter by amount. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[date]** (string) Filter by date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[status]** (string) Filter by status. - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [plan, subAccount, holding, transactionSchedule]. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, date]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)