@nova-sdk/api
Criteria Library
List Library Criteria
Retrieve all criteria in the tenant library
GET
@nova-sdk/api
Documentation Index
Fetch the complete documentation index at: https://nova.dweet.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Library criteria are tenant-scoped. Each of your customers has their own isolated library.
When to Use
List library criteria when:Job Setup UI
Show available library criteria when a user is configuring a new job
Criteria Picker
Let users browse and select criteria to add to a job
Response
Returns all criteria in the tenant’s library, sorted by creation date (newest first). Each criterion includes:id- Unique identifiertext- The criterion textimportance- Default importance levelcategory- Optional category for groupingcreatedAt- When it was added to the library
Filtering by category
Use thecategory query parameter to filter results:
Empty Library
If no criteria have been saved to the library yet, the response returns an empty array:Authorizations
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Headers
Your customer identifier. Tenants are auto-provisioned on first request.
Query Parameters
Filter by category
Response
Library criteria