API ReferenceExperimentsGet ExperimentGET/v1/experiments/{id}/v1/experiments/{id}SendX-API-KEY*stringThe Authorization access tokenPathAuthorizationX-API-KEY<token>In: headerPath ParametersidRequiredIdcURLJavaScriptGoPythoncurl -X GET "https://api.patronus.ai/v1/experiments/string" \ -H "X-API-KEY: <token>"200422Successful ResponseResponse{ "experiment": { "id": "string", "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9", "name": "string", "tags": {}, "created_at": "2019-08-24T14:15:22Z" } }TypeScriptPreviousList ExperimentsNextDelete Experiment