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

ArthurAI RAG Experiments API

Endpoints for managing RAG experiments

ArthurAI RAG Experiments API is one of 98 APIs that ArthurAI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include RAG Experiments. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 5 paths, and defines 50 schemas. It is described by OpenAPI 3.2.0, at version 2.1.688.

Requests are made against a single base URL, https://platform.arthur.ai/api.

7 operations 5 paths 50 schemas 1 DELETE4 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.1.688
Base URL
https://platform.arthur.ai/api
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ArthurAI RAG Experiments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API_Key).

  • API_Key — Bearer token authentication with an API key

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

RAG Experiments 7

Endpoints for managing RAG experiments

GET
/api/v1/tasks/{task_id}/rag_experiments
List RAG experiments
list_rag_experiments_api_v1_tasks__task_id__rag_experiments_get 6 params → 200422
POST
/api/v1/tasks/{task_id}/rag_experiments
Create and run a RAG experiment
create_rag_experiment_api_v1_tasks__task_id__rag_experiments_post 1 param body → 200422
GET
/api/v1/rag_experiments/{experiment_id}
Get RAG experiment details
get_rag_experiment_api_v1_rag_experiments__experiment_id__get 1 param → 200422
DELETE
/api/v1/rag_experiments/{experiment_id}
Delete RAG experiment
delete_rag_experiment_api_v1_rag_experiments__experiment_id__delete 1 param → 204422
GET
/api/v1/rag_experiments/{experiment_id}/test_cases
Get experiment test cases
get_rag_experiment_test_cases_api_v1_rag_experiments__experiment_id__test_cases_get 4 params → 200422
GET
/api/v1/rag_experiments/{experiment_id}/rag_configs/{rag_config_key}/results
Get RAG config results
get_rag_config_results_api_v1_rag_experiments__experiment_id__rag_configs__rag_config_key__results_get 5 params → 200422
PATCH
/api/v1/rag_experiments/{experiment_id}/notebook
Attach notebook to RAG experiment
attach_notebook_to_rag_experiment_api_v1_rag_experiments__experiment_id__notebook_patch 2 params → 200422

Schemas 50

The contract defines 50 schemas that model the data the API accepts and returns. The most detailed are WeaviateHybridSearchSettingsConfigurationRequest (16 properties), RagExperimentDetail (16 properties), WeaviateHybridSearchSettingsConfigurationResponse (16 properties), RagExperimentSummary (14 properties). Each schema is shown below with its type and property counts.

RagTestCase
object
Individual test case result for RAG experiment
4 properties 3 required
RagEvalResultSummaries
object
Summary of evaluation results for a RAG configuration
5 properties 1 required
EvalExecution
object
Details of an eval execution
4 properties 3 required
ExperimentOutputSource
object
Reference to experiment output
1 property
DatasetRefInput
object
Reference to a dataset and version for input (without name)
2 properties 2 required
RagExperimentSummary
object
Summary of a RAG experiment
14 properties 11 required
RagConfigResult
object
Result for a specific RAG configuration within a test case
6 properties 4 required
RagExperimentDetail
object
Detailed information about a RAG experiment
16 properties 11 required
CreateRagExperimentRequest
object
Request to create a new RAG experiment
6 properties 4 required
MetadataQuery
object
Define which metadata should be returned in the query's results.
8 properties
NewDatasetVersionRowColumnItemRequest
object
Represents a single column-value pair in a dataset row.
2 properties 2 required
RagSearchOutput
object
Output from a RAG search execution
1 property 1 required
WeaviateQueryResultMetadata
object
Metadata from weaviate for a vector object: https://weaviate-python-client.readthedocs.io/en/latest/weaviate.collections.classes.htmlmodule-weaviate.collection…
7 properties
DatasetColumnSource
object
Reference to a dataset column
1 property 1 required
EvalRef-Output
object
Reference to an evaluation configuration
3 properties 3 required
PaginationSortMethod
string
ExperimentOutputVariableSource
object
Variable source from experiment output
2 properties 2 required
RagResult
object
Results from a RAG search execution with evals
7 properties 4 required
RagExperimentListResponse
object
Paginated list of RAG experiments
5 properties 5 required
HybridFusion
string
Define how the query's hybrid fusion operation should be performed.
ValidationError
object
5 properties 3 required
SavedRagConfig-Input
object
Configuration for a saved RAG setting configuration version
4 properties 3 required
RagConfigResultListResponse
object
Paginated list of results for a specific RAG configuration
5 properties 5 required
WeaviateHybridSearchSettingsConfigurationResponse
object
16 properties 1 required
TestCaseStatus
string
Status of a test case
EvalResultSummary
object
Results for a single eval
4 properties 4 required
UnsavedRagConfigResponse
object
Configuration for an unsaved RAG search setting (response version)
5 properties 3 required
InputVariable
object
Input variable for a test case
2 properties 2 required
DatasetColumnVariableSource
object
Variable source from a dataset column
2 properties 2 required
_MultiTargetVectorJoinEnum
integer
Define how multi target vector searches should be combined.
SavedRagConfig-Output
object
Configuration for a saved RAG setting configuration version
4 properties 3 required
WeaviateVectorSimilarityTextSearchSettingsConfigurationResponse
object
12 properties 1 required
EvalVariableMapping-Output
object
Mapping of an eval variable to its source (dataset column or experiment output)
2 properties 2 required
_MultiTargetVectorJoin
object
3 properties 2 required
RagProviderQueryResponse
object
1 property 1 required
HTTPValidationError
object
1 property
EvalRef-Input
object
Reference to an evaluation configuration
3 properties 3 required
EvalExecutionResult
object
Results from an eval execution
3 properties 3 required
RagSummaryResults
object
Summary results across all RAG configurations and evaluations
1 property 1 required
DatasetRef
object
Reference to a dataset and version (with name)
3 properties 3 required
ExperimentStatus
string
Status of an experiment
EvalVariableMapping-Input
object
Mapping of an eval variable to its source (dataset column or experiment output)
2 properties 2 required
UnsavedRagConfig
object
Configuration for an unsaved RAG search setting
5 properties 3 required
WeaviateKeywordSearchSettingsConfigurationRequest
object
11 properties 1 required
WeaviateKeywordSearchSettingsConfigurationResponse
object
11 properties 1 required
WeaviateVectorSimilarityTextSearchSettingsConfigurationRequest
object
12 properties 1 required
RagTestCaseListResponse
object
Paginated list of RAG test cases
5 properties 5 required
WeaviateQueryResult
object
Individual search result from Weaviate
4 properties 2 required
WeaviateQueryResults
object
Response from Weaviate similarity text search
2 properties 1 required
WeaviateHybridSearchSettingsConfigurationRequest
object
16 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

arthurai-rag-experiments-api-openapi.yml Raw ↑

Other APIs ArthurAI publishes across the network.

ArthurAI Agent Discovery API
ArthurAI Agentic Experiments API
ArthurAI Agentic Notebooks API
ArthurAI Agents V1 API
ArthurAI Alert Rules V1 API
ArthurAI Alerts V1 API
ArthurAI API Keys API
ArthurAI Authorization V1 API
ArthurAI Chatbot API
ArthurAI Configuration API
ArthurAI Connector Schemas V1 API
ArthurAI Connectors V1 API
Where this information came from

This is an independent, third-party profile of ArthurAI RAG Experiments 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.