Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

Start Export Job

Export data from Optimizely to Amazon S3.

📘

Note

There are two IDs returned in the response. The export ID is the first id value in the response body (above the path value). This is the ID you should use for the Get Export Job Status API.

You can either request an unfiltered or filtered export:

  • Unfiltered – You must include the objects array in your request body. For example:
    {
      "format": "csv",
      "delimiter": "comma",
      "objects": [
        "products"
      ]
    }
    
  • Filtered – You must include the select object in your request body. For example:
    {
      "format": "csv",
      "delimiter": "comma",
      "select": {
        "object": "events",
        "fields": [
          "product.name"
        ],
        "filter": {
          "field": "product.name",
          "operator": "=",
          "value": "%shoe%"
        },
        "sorts": [
          {
            "field": "product.name",
            "order": "asc"
          }
        ]
      }
    }
    
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy