# List of all remarks Using this endpoint, you can get list of all remarks with detailed info of each remark asynchronously. See how Asynchronous requests work on our developer's portal. Response will be in jsonlines format with each remark taking one line of output file. One remark in response has the same format as an item in List of remarks for order and is extended with field, which identifies the relation to the order. Use request parameter to get the list of specific orders remarks. Order codes are separated by a comma. Please note that this parameter . Result file is compressed using GZIP. Endpoint: GET /api/orders/history/snapshot Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Query parameters: - `orderCodes` (string) Define the output set of orders remarks. Use max. 50 order codes separated by a comma. Example: "2025000004,2025000002,2017000038,2017000025,2015000248" - `creationTimeFrom` (string) date and time of remark creation - lower limit Example: "2025-06-23T14:17:00+02:00" - `creationTimeTo` (string) date and time of remark creation - upper limit Example: "2025-07-01T14:17:00+02:00" - `userId` (string) identification of change originator, either user’s e-mail, or system process identifier ## Header parameters: - `Content-Type` (string, required) ## Response 202 fields (application/json; charset=utf-8): - `data` (object) - `data.jobId` (string, required) token of job - `errors` (array,null) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced