List topics
Retrieves a paginated list of topics with optional filtering.
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.
0 <= x <= 90071992547409910
Number of items to include in the result set.
1 <= x <= 10025
Field to order the result set by.
createdAt, modifiedAt, title, status, id "createdAt"
Order direction.
asc, desc "desc"
Filter by topic title (case-insensitive)
"code quality"
Filter topics by scope status. When true, only returns in-scope topics. When false, only returns out-of-scope topics.
"true"
Filter topics by task verification status. When true, only returns topics where all tasks are verified. When false, only returns unverified topics.
"false"
Filter topics by knowledge base verification status. When true, only returns topics where the knowledge base has been verified. When false, only returns unverified topics.
"false"
Filter topics by policies verification status. When true, only returns topics where the policies have been verified. When false, only returns unverified topics.
"false"