list_companies
Retrieve a paginated list of carrier companies with filter and sort options for dock scheduling and related operations.
Instructions
List carrier companies with optional filters and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page | |
| s | No | NestJSX/Crud search JSON (e.g. '{"name":{"$contL":"acme"}}') | |
| sort | No | Sort directives, each as 'field,ASC' or 'field,DESC' | |
| join | No | Relations to join | |
| cache | No | Set to 0 to bypass cache |