cURL
curl --request GET \ --url https://embed.nova.dweet.com/v1/jobs/{jobId}/criteria \ --header 'Authorization: Bearer <token>' \ --header 'X-Tenant-Id: <x-tenant-id>'
{ "criteria": [ { "id": "<string>", "text": "<string>", "importance": "MUST_HAVE", "order": 123 } ] }
{ "criteria": [ { "id": "crit_a1b2c3d4e5f6", "text": "Strong proficiency in Go for backend development", "importance": "MUST_HAVE", "order": 0 }, { "id": "crit_f6e5d4c3b2a1", "text": "Experience with distributed systems", "importance": "PREFERRED", "order": 1 } ] }
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Your customer identifier. Tenants are auto-provisioned on first request.
Your job identifier (external ID).
Active criteria
Show child attributes
Was this page helpful?