List API calls
list_unified_apicallsList apicalls from the connected account. Returns an array of apicall records. Supports filtering by updated_gte, sort, order, external_xref, integration_type, error, connection_id, env, and pagination. Use to browse or search many apicalls; to fetch a single apicall by its ID, use get_unified_apicall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| sort | No | ||
| type | No | Filter the results to just this type | |
| error | No | Filter the results for API Calls with errors | |
| limit | No | Maximum number of results to return in one page (default 100) | |
| order | No | ||
| offset | No | Number of results to skip, for pagination (default 0) | |
| webhook_id | No | Filter the results to just this webhook | |
| is_billable | No | Filter the results for only billable API Calls | |
| updated_gte | No | Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) | |
| connection_id | No | Filter the results to just this integration | |
| external_xref | No | Filter the results to only those integrations for your user referenced by this value | |
| integration_type | No | Filter the results to just this integration |