JavaScript
Applications
List applications
Retrieves a paginated list of applications with optional filtering.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Query Parameters
Number of items to skip before starting to collect the result set.
Required range:
0 <= x <= 9007199254740991Example:
0
Number of items to include in the result set.
Required range:
1 <= x <= 100Example:
25
Field to order the result set by.
Available options:
createdAt, modifiedAt, title, slug, type, environment, id Example:
"createdAt"
Order direction.
Available options:
asc, desc Example:
"desc"
Filter by application slug
Minimum string length:
1Example:
"customer-support-bot"
Filter by application type
Available options:
CHATBOT, AGENT Example:
"CHATBOT"
Filter by application environment
Available options:
DEV, PROD Example:
"DEV"
Filter by human annotation enabled status
Example:
true