Description
API ReferenceExperiments

Get Experiment

GET
/v1/experiments/{id}
/v1/experiments/{id}

The Authorization access token

Authorization

X-API-KEY<token>

In: header

Path Parameters

id
Required
Id

curl -X GET "https://api.patronus.ai/v1/experiments/string" \
  -H "X-API-KEY: <token>"

Successful Response

{
  "experiment": {
    "id": "string",
    "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
    "name": "string",
    "tags": {},
    "created_at": "2019-08-24T14:15:22Z"
  }
}