> ## 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.sellers.list

> List SICAR sellers (vendedor) without binary columns. Optional status + columns.

# `sicarv4.sellers.list`

List SICAR sellers (vendedor) without binary columns. Optional status + columns.

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

## Parameters

| Name      | Kind          | Required | Notes                                                                     |      |      |      |
| --------- | ------------- | -------- | ------------------------------------------------------------------------- | ---- | ---- | ---- |
| `status`  | `string`      | No       | Optional. 1=activo, 0=inactivo, -1, or "all" (default). options: \`all \\ | 1 \\ | 0 \\ | -1\` |
| `columns` | `column_list` | No       | Optional. Default omits huella/foto/claveComandero. Use "\*" for all.     |      |      |      |
| `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.sellers.list" \
  -H "Authorization: Bearer $ORQUESTR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"status":"1","columns":"*","limit":"50"}}'
```
