How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Vijil Diamond API

Evaluation management and report retrieval

Vijil Diamond API is one of 28 APIs that Vijil publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Diamond. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 24 operations across 19 paths, and defines 24 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://console-api.vijil.ai.

24 operations 19 paths 24 schemas 3 DELETE16 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://console-api.vijil.ai
Resource Areas
1

Paths & Operations 24

Across 19 paths, the API surfaces 24 operations — 3 DELETE, 16 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Diamond 24

Evaluation management and report retrieval

GET
/v1/evaluations/
List Team Evaluations
list_team_evaluations_v1_evaluations__get → 200
POST
/v1/evaluations/
Create Evaluation
create_evaluation_v1_evaluations__post body → 202422
GET
/v1/evaluations/{evaluation_id}/html
Get Evaluation Html Report
get_evaluation_html_report_v1_evaluations__evaluation_id__html_get 2 params → 200422
GET
/v1/evaluations/{evaluation_id}/pdf
Get Evaluation Pdf Report
get_evaluation_pdf_report_v1_evaluations__evaluation_id__pdf_get 2 params → 200422
GET
/v1/evaluations/{evaluation_id}/logs
Get Evaluation Logs
get_evaluation_logs_v1_evaluations__evaluation_id__logs_get 1 param → 200422
GET
/v1/evaluations/{evaluation_id}
Get Evaluation
get_evaluation_v1_evaluations__evaluation_id__get 1 param → 200422
DELETE
/v1/evaluations/{evaluation_id}
Delete Evaluation
delete_evaluation_v1_evaluations__evaluation_id__delete 1 param → 200422
POST
/v1/evaluations/{evaluation_id}/cancel
Cancel Evaluation
cancel_evaluation_v1_evaluations__evaluation_id__cancel_post 1 param → 200422
POST
/v1/evaluations/{evaluation_id}/report
Generate Report On Demand
generate_report_on_demand_v1_evaluations__evaluation_id__report_post 3 params → 200422
GET
/v1/evaluation-results/
List Completed Evaluations
list_completed_evaluations_v1_evaluation_results__get 3 params → 200422
GET
/v1/evaluation-results/{evaluation_id}/results
Get Evaluation Results
get_evaluation_results_v1_evaluation_results__evaluation_id__results_get 2 params → 200422
GET
/v1/evaluation-results/{evaluation_id}/report
Get Evaluation Report
get_evaluation_report_v1_evaluation_results__evaluation_id__report_get 2 params → 200422
GET
/v1/evaluation-results/{evaluation_id}/report.html
Get Evaluation Report Html
get_evaluation_report_html_v1_evaluation_results__evaluation_id__report_html_get 2 params → 200422
GET
/v1/evaluation-summaries/
List Evaluation Summaries
list_evaluation_summaries_v1_evaluation_summaries__get 7 params → 200422
GET
/v1/evaluation-summaries/latest-by-agent
List Latest Evaluation Summaries By Agent
list_latest_evaluation_summaries_by_agent_v1_evaluation_summaries_latest_by_agent_get 1 param → 200422
GET
/v1/evaluation-summaries/{evaluation_id}
Get Evaluation Summary
get_evaluation_summary_v1_evaluation_summaries__evaluation_id__get 2 params → 200422
DELETE
/v1/evaluation-summaries/{evaluation_id}
Delete Evaluation Summary
delete_evaluation_summary_v1_evaluation_summaries__evaluation_id__delete 2 params → 204422
GET
/v1/harnesses/
List Harnesses
list_harnesses_v1_harnesses__get 1 param → 200422
GET
/v1/custom-harnesses/
List Custom Harnesses
list_custom_harnesses_v1_custom_harnesses__get 5 params → 200422
POST
/v1/custom-harnesses/
Create Custom Harness
create_custom_harness_v1_custom_harnesses__post 1 param body → 201422
GET
/v1/custom-harnesses/{harness_id}
Get Custom Harness
get_custom_harness_v1_custom_harnesses__harness_id__get 2 params → 200422
DELETE
/v1/custom-harnesses/{harness_id}
Delete Custom Harness
delete_custom_harness_v1_custom_harnesses__harness_id__delete 2 params → 204422
POST
/v1/custom-harnesses/{harness_id}/cancel
Cancel Custom Harness
cancel_custom_harness_v1_custom_harnesses__harness_id__cancel_post 2 params → 200422
GET
/v1/custom-harnesses/{harness_id}/prompts
Get Custom Harness Prompts
get_custom_harness_prompts_v1_custom_harnesses__harness_id__prompts_get 2 params → 200422

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are EvaluationSummaryResponse (17 properties), CustomHarness (16 properties), CustomHarnessListItem (10 properties), EvaluationStatusResponse (8 properties). Each schema is shown below with its type and property counts.

CustomHarnessResponse
object
Response model for custom harness with optional workflow status.
2 properties 1 required
CustomHarnessPrompt
object
A row from harnessprompts.jsonl (taxonomy / rich prompts for custom harnesses).
4 properties 4 required
HarnessPromptsResponse
object
Response model for taxonomy prompts from harnessprompts.jsonl (not prompt.jsonl).
2 properties 1 required
EvaluationSummaryResponse
object
Response model for a single evaluation summary.
17 properties 6 required
EvaluationSummaryListResponse
object
Response model for a paginated list of evaluation summaries.
4 properties 4 required
CustomHarnessStatus
string
Status values for custom harnesses.
EvaluationStatus
string
Statuses for an evaluation run (mirrors the workflow lifecycle).
HarnessType
string
Type of harness.
CustomHarnessLineage
object
Structured lineage for a custom-harness taxonomy prompt (harnessprompts.jsonl).
5 properties
CustomHarnessCreate
object
Request model for creating a custom harness.
7 properties 2 required
EvaluationTool
string
Tools that can produce evaluation results.
EvaluationListResponse
object
Response model for listing completed evaluations.
2 properties 1 required
EvaluationStatusResponse
object
Response model for evaluation status.
8 properties 6 required
CreateEvaluationResponse
object
Response model for evaluation creation.
2 properties 2 required
EvaluationListItem
object
Item in the list of completed evaluations.
7 properties 2 required
CustomHarnessListItem
object
List-item model for a custom harness (id, name, status, timestamps, agent, policies, personas). Returned by the list endpoint; full details are available via g…
10 properties 6 required
CustomHarness
object
Domain model for a custom harness (test configuration). A custom harness is a test configuration that combines an agent, personas, and policies. The backend ge…
16 properties 7 required
CreateEvaluationRequest
object
Request model for creating a new evaluation.
7 properties 3 required
WorkflowStatus
string
Core lifecycle states for workflows. These are universal statuses that apply to all workflow types. Workflow-specific phases can be tracked using the optional…
WorkflowStatusInfo
object
Workflow status information for enrichment. For custom harness workflows, taskid and sessionid (when present) are persisted in the workflow S3 file under workf…
5 properties 1 required
HarnessListItem
object
Domain model for a harness list item (S3-based standard harnesses). Attributes: name: Harness name/identifier updatedat: Unix epoch timestamp in seconds (not m…
2 properties 2 required
ValidationError
object
3 properties 3 required
CustomHarnessListResponse
object
Response model for paginated list of custom harnesses.
2 properties 2 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

vijil-diamond-api-openapi.yml Raw ↑

Other APIs Vijil publishes across the network.

Vijil agent-configurations API
Vijil Agent Environment API
Vijil agent-import API
Vijil auth API
Vijil custom-harnesses API
Vijil dashboard API
Vijil demographics API
Vijil detections API
Vijil Dome API
Vijil dome-configs API
Vijil evaluation-results API
Vijil evaluation-summaries API
Where this information came from

This is an independent, third-party profile of Vijil Diamond API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.