Limit of assistant create
# support
s
How much assistants an organisation can create?
v
I'm sorry, but I don't have information on the limit for how many assistants an organization can create. If you have any other questions, feel free to ask!
I'm sorry, but I don't have information on the limit for how many assistants an organization can create. If you have any other questions, feel free to ask!
s
@Vapi Support Bot
v
I'm sorry, but I don't have information on the limit for how many assistants an organization can create. If you have any other questions, feel free to ask!
I'm sorry, but I don't have information on the limit for how many assistants an organization can create. If you have any other questions, feel free to ask!
k
Vapi doesn’t limit how many assistants an organization can create, but usage is constrained by your plan’s concurrency limits..
s
Suppose I was created 1000+ assistant but your assistance listing api only provide maximum 1000 assistant in listing I want go show all assistants in listing 1000+ how can I do it?
k
Use limit=1000 with createdAtGt pagination, after each request, use the last assistant’s createdAt timestamp to fetch the next batch until all assistants are retrieved.