> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orquestr.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# sicarv4.product_images.search

> Search articuloimagen by art_id and/or img_id (comma-separated)

# `sicarv4.product_images.search`

Search articuloimagen by art\_id and/or img\_id (comma-separated)

|                |            |
| -------------- | ---------- |
| **Adapter**    | `sicarv4`  |
| **Operation**  | `db.query` |
| **SQL policy** | `read`     |

## Parameters

| Name      | Kind          | Required | Notes                                                             |
| --------- | ------------- | -------- | ----------------------------------------------------------------- |
| `art_ids` | `id_list`     | No       | Optional. Comma-separated product ids                             |
| `img_ids` | `id_list`     | No       | Optional. Comma-separated image ids                               |
| `columns` | `column_list` | No       | Optional. "\*" or comma-separated, e.g. art\_id,clave,descripcion |
| `limit`   | `limit`       | No       | Optional. Default 1000, max 1000000. default 1000. max 1000000    |

## Example

```bash theme={"system"}
curl -s -X POST "$API/v1/devices/$DEVICE_ID/functions/sicarv4.product_images.search" \
  -H "Authorization: Bearer $ORQUESTR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"columns":"*","limit":"50"}}'
```
