Speechmatics doesn't respond
Hi Balint,
For listing squads via the VAPI API, you can use the
You can set various optional query parameters such as:
For more details, please refer to the List Squads API Documentation.
For listing squads via the VAPI API, you can use the
GET request on the following endpoint:You can set various optional query parameters such as:
: Maximum number of items to return, defaults to 100.limitcreatedAtGt: Return items where
is greater than the specified value.createdAtcreatedAtLt: Return items where
is less than the specified value.createdAtcreatedAtGe,createdAtLe: Similar options for "greater than or equal to" and "less than or equal to" operations.
For more details, please refer to the List Squads API Documentation.