# Get a transaction schedule **GET /api/v1/plans/{plan_uuid}/transaction-schedule/{transactionSchedule_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **plan_uuid** (string) - **transactionSchedule_uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **plan** (object) Plan of the transaction - **sub_account** (object) Sub account of the transaction - **holding** (object) Holding of the subaccount - **account** (object) Account that added the transaction - **provider** (object) Provider that created this transaction - **provider_controlled** (boolean) Boolean to denote whether the provider feeds (if available) are responsible for creating the recurring transactions. If false then Plannr will create these recurring transactions using this transaction schedule - **type** (string) Transaction type - **sub_type** (string) Transaction sub type - **amount** (object) Transaction amount - **frequency** (string) How often this schedule will create transactions - **start_date** (string) Automatically create transactions from this date - **end_date** (string) Stop automatically creating transactions after this date - **next_transaction_date** (string) Date the next transaction will be created from this schedule - **paused_until** (string) Pause creating transactions up until this date [Powered by Bump.sh](https://bump.sh)