Skip to main content
GET
/
v1
/
jobs
/
{jobId}
/
criteria-versions
List criteria versions
curl --request GET \
  --url https://embed.nova.dweet.com/v1/jobs/{jobId}/criteria-versions \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Tenant-Id: <x-tenant-id>'
{
  "versions": [
    {
      "id": "<string>",
      "version": 123,
      "status": "ACTIVE",
      "createdAt": "2023-11-07T05:31:56Z",
      "archivedAt": "2023-11-07T05:31:56Z"
    }
  ]
}
Use this endpoint to discover historical criteria versions for a job and to pin scoring to a specific criteriaVersionId.

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.

Path Parameters

jobId
string
required

Your job identifier (external ID).

Response

Criteria versions

versions
object[]
required