# Fetch transactions **GET /history/transactions** Response data is not real time and may have a delay. If an expected transaction is missing from the response it may be processing, and will not be available for some time. Transaction filters should be used as standard query parameters: GET BASE_URL/history/transactions?brandId=brand1&startTime=1723540920000&endTime=1723541020000 ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Query parameters - **filters** (object) ## Responses ### 200 Successful response #### Body: application/json (object) - **entries** (array[object]) - **page** (integer(int32)) - **pageSize** (integer(int32)) - **totalPages** (integer(int32)) - **totalRows** (integer(int32)) ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging [Powered by Bump.sh](https://bump.sh)