Skip to main content
GET
@nova-sdk/api
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 identifier
  • text - The criterion text
  • importance - Default importance level
  • category - Optional category for grouping
  • createdAt - When it was added to the library

Filtering by category

Use the category query parameter to filter results:

Empty Library

If no criteria have been saved to the library yet, the response returns an empty array:
This is a valid response, not an error. Build your library over time by adding criteria that work well.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.

Headers

X-Tenant-Id
string
required

Your customer identifier. Tenants are auto-provisioned on first request.

Query Parameters

category
string

Filter by category

Response

Library criteria

criteria
object[]
required