# Get a statement **GET /api/v1/statement/{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 - **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. - **name** (string) Statement description - **start_date** (string) End date of the statement - **end_date** (string) Start date of the statement - **locked** (boolean) Denotes whether the statement is locked or not - **locked_at** (string) The time that the statement was locked at - **locked_by** (object) The account that locked the statement - **total_expectations** (object) Total amount of expectations for the statement period - **total_statement_transactions** (object) Total amount of statement transactions received for the statement period - **total_bank_transactions** (object) Total amount of bank transactions received for the statement period - **total_expectation_amount_reconciled_to_bank** (object) Total amount of expectations that have been reconciled to the bank received for the statement period - **total_expectation_percentage_reconciled_to_bank** (object) Total percentage of expectations that have been reconciled to the bank received for the statement period - **expectations_count** (integer) Total number of expectations for the statement period - **statement_transactions_count** (integer) Total number of statement transactions received for the statement period - **statement_transactions** (array[object]) Statement transactions for the statement period [Powered by Bump.sh](https://bump.sh)