v4

latestOpenAPI 3.0.02026-08-04109113304.5 KB
Export Credentials

Get AWS credentials to access experimentation events export data.

Get temporary credentials for experimentation events export data hosted on AWS.

get/export/credentials

Query parameters

durationstring

Duration of the AWS credentials token. Use [H,h] for hours or [M,m] for minutes. Minimum is 15m and Maximum is 1h. Usage 1h.

Response

Return AWS credentials

s3Pathstring

s3 path of the enriched events dataset of the account

Example response

{
  "credentials": {
    "accessKeyId": "ASIA5QMPA3WZQJNOABC",
    "expiration": 1591026407394,
    "secretAccessKey": "1234567qzerHJDWdIDGixoTYfqC1dZp",
    "sessionToken": "FwoGZXIvYXdzEOT//////////wEaDH6J"
  },
  "s3Path": "s3://optimizely-events-data/v1/account_id=123123123"
}