@nova-sdk/api
Criteria
Get Batch Criteria
Retrieve criteria for multiple jobs in a single request
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.
When to Use
Retrieve criteria for multiple jobs in a single request. Useful for:- Building dashboards that show criteria status across many jobs
- Syncing criteria for all active jobs during initial integration
- Reducing API calls when loading criteria for job listings
Handling Missing Jobs
Jobs without active criteria returncriteria: null in the response. This lets you distinguish between “no criteria generated yet” and “job was not in the request.”
Related Operations
Get Criteria
Get criteria for a single job
Generate Criteria
Generate criteria from a job description
Authorizations
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Headers
Your customer identifier. Tenants are auto-provisioned on first request.
Query Parameters
Comma-separated list of job IDs (max 100)
Response
Batch criteria results
One entry per requested job ID, in the same order as the request