AniahA
VAPI2mo ago
Aniah

Speechmatics doesn't respond

Hi Balint,

For listing squads via the VAPI API, you can use the GET request on the following endpoint:

GET https://api.vapi.ai/squad


You can set various optional query parameters such as:

  • limit
    : Maximum number of items to return, defaults to 100.
  • createdAtGt: Return items where
    createdAt
    is greater than the specified value.
  • createdAtLt: Return items where
    createdAt
    is less than the specified value.
  • createdAtGe, createdAtLe: Similar options for "greater than or equal to" and "less than or equal to" operations.
You must include your Authorization key as a header with your API key retrieved from your VAPI dashboard.

For more details, please refer to the List Squads API Documentation.
Was this page helpful?