List quickstarts
QuickstartsV2
List quickstarts
Retrieves a paginated list of quickstarts with optional filtering.
GET
List quickstarts
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, status, id Example:
"createdAt"
Order direction.
Available options:
asc, desc Example:
"desc"
Filter by quickstart status
Available options:
MATERIALS_UPLOAD, MATERIALS_PROCESSING, MATERIALS_PROCESSING_FAILED, TASKS_TOPICS_REVIEW, KB_PROCESSING, KB_PROCESSING_FAILED, KB_REVIEW, POLICIES_PROCESSING, POLICIES_PROCESSING_FAILED, POLICIES_REVIEW, COMPLETE Example:
"MATERIALS_UPLOAD"