Our docs got a refresh! Check out the new content and improved navigation. For detailed API reference see our Python SDK docs and TypeScript SDK.
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",
    "metadata": {}
  }
}