# List operations Returns a paginated list of Operations for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/operation 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", "outcome", "performedAt", "specifics" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `animalId` (string) Reference to the animal on which the operation was performed. Example: "123e4567-e89b-12d3-a456-426614174000" - `consultId` (string) Reference to the consult associated with this operation. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Whether this operation record is currently active. - `outcome` (string) Free-text description of the outcome of the operation. - `specifics` (string) Free-text details or notes about the operation. - `therapeuticId` (string) Reference to a therapeutic or procedure definition associated with this operation. Example: "123e4567-e89b-12d3-a456-426614174000" - `vetId` (string) Reference to the veterinarian responsible for the operation. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields