fiken_list_companies
Fetch all companies accessible to your account, with pagination and sorting by name or creation date.
Instructions
Returns all companies the authenticated user has access to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 0-indexed | |
| sortBy | No | e.g. "name asc", "createdDate desc" | |
| pageSize | No | Results per page, max 100 |