billcom_list_vendors
Fetch Bill.com vendor records by exact ID or browse a bounded page of vendors. Use to retrieve vendor data for review, sync, or verification.
Instructions
Read one Bill.com vendor by id, or one bounded page of vendors.
Args: id: Exact vendor id (cannot be combined with a page). start: Page offset (default 0). max: Page size, 1-100 (default 100). project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| max | No | ||
| start | No | ||
| effect | Yes | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |