Zatomic API

Retrieve Scoring Criterion

Retrieves an individual scoring criterion from the given scoring criteria and workspace.

Endpoint
GET https://api.zatomic.ai/v1/prompts/scoring/criteria/{criteriaId}/criterionset/{criterionId}

// Example
GET https://api.zatomic.ai/v1/prompts/scoring/criteria/sca_2rjp9HFpIsiYQrAiSbZlz85r3GC/criterionset/scn_2tVwnAnheHa6NKuYvKcXrqDB21z

Endpoint Response

A successful call returns a response that conains the scoring criterion object.

HTTP Status Codes
200 OK The scoring criterion was retrieved.
404 Not Found The scoring criterion didn't exist.
500 Internal Server Error Something went wrong on Zatomic's end.