Skip to main content
GET
/
v1
/
report
/
experiment
/report/experiment
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/experiment \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": 146,
      "uid": 18620,
      "domain": "example.com",
      "label": null,
      "title": "LB 1 Variant Test",
      "description": null,
      "start": "2025-10-22 00:00:00",
      "end": "2025-11-24 23:59:59",
      "subject": [
        {
          "allocation": 50,
          "config_id": 8392
        },
        {
          "allocation": 50,
          "config_id": 8393
        }
      ],
      "status": "live"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
results
object[]
required
success
boolean
required