# List transactions Returns a paginated list of Transactions for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/transaction Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "externalReference", "integrationName" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `externalId` (string) External system identifier for the transaction. Example: "123e4567-e89b-12d3-a456-426614174000" - `externalReference` (string) External reference string associated with the transaction. - `integrationName` (string) Name of the external integration or gateway handling the transaction. - `isActive` (boolean) Indicates whether the transaction record is active. - `ownershipId` (string) Identifier for the owning organization or tenant. Example: "123e4567-e89b-12d3-a456-426614174000" - `paymentId` (string) Identifier of the related payment resource, if any. Example: "123e4567-e89b-12d3-a456-426614174000" - `status` (string) Current status of the transaction. Enum: "declined", "accepted", "canceled", "captured", "initiated", "error" ## Response 200 fields ## Response 401 fields