After signing in, you can create credentials that can be used to call the Platform APIs.
Download OpenAPI specification:Download
Data Access supports limited data egress from Adobe Experience Platform for very particular synchronous use cases. This API has a 60-second response time limit. For large data exports or regular data integration, you should use dataset export destinations.
Related documentation:
Visualize API calls with Postman (a free, third-party software):
API paths:
Required headers:
Authorization
, x-gw-ims-org-id
, and x-api-key
. For more information on how to obtain these values, see the authentication tutorial.x-sandbox-name
whose value is the all-lowercase name of the sandbox the operation will take place in (for example, "prod"). See the sandboxes overview for more information.Content-Type
with a value of application/json
.API error handling:
You can now interact with the Experience Platform API endpoints directly from this API reference page. Get your authentication credentials and use the Try it functionality in the right rail. Note that by using this functionality, you are making real API calls. Keep this in mind when you interact with production sandboxes.
By default, 100 dataset files are shown. Additionally, 100 dataset files is the maximum number of files that can be returned in a single API request.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, see the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, see the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
The request was successful.
Access is unauthorized.
An internal server error has ocurred.
{- "data": [
- {
- "dataSetFileId": "string",
- "dataSetViewId": "string",
- "version": "string",
- "created": "string",
- "updated": "string",
- "records": "string",
- "size": "string",
- "isValid": true,
- "_links": {
- "self": {
- "href": "string"
}
}
}
], - "_page": {
- "limit": 0,
- "count": 0
}, - "_links": {
- "next": {
- "href": "string"
}, - "page": {
- "href": "string",
- "templated": true
}
}
}
By default, 100 failed files are shown. Additionally, 100 failed files is the maximum number of files that can be returned in a single API request.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, see the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, see the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
The request was successful.
Access is unauthorized.
An internal server error has ocurred.
{- "data": [
- {
- "name": "string",
- "length": "string",
- "_links": {
- "self": {
- "href": "string"
}
}
}
], - "_page": {
- "limit": 0,
- "count": 0
}, - "_links": {
- "next": {
- "href": "string"
}, - "page": {
- "href": "string",
- "templated": true
}
}
}
Lists files under a batch's meta directory or download a specific file under it. The files under a batch's meta directory may include the following:
By default, 100 meta files are shown. Additionally, 100 meta files is the maximum number of files that can be returned in a single API request.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, see the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, see the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
The request was successful.
Access is unauthorized.
The path is not found.
An internal service error has ocurred.
{- "path": "F1.json"
}
Returns either a complete file or a directory of chunked data that makes up the file. The response contains a data array that may contain a single entry or a list of files belonging to that directory.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, see the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, see the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
Range | string The range of bytes requested. For example: |
The request has succeeded.
The request has succeeded, returning only partial content. The body will contain the requested range of data.
Access is unauthorized.
The requested file was not found.
An internal server error has ocurred.
{- "path": "F1.json"
}
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, see the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, see the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
The request was successful.
Access is unauthorized.
The dataset file was not found.
An internal server error has ocurred.
This endpoint lets you preview the first 100 rows of the retrieved CSV or Parquet files.
Authorization required | string The access token which can be copied from your Experience Platform integration, prefixed with "Bearer ". For more information on how to obtain this value, see the authentication tutorial. |
x-api-key required | string The API key which can be copied from your Experience Platform integration. For more information on how to obtain this value, visit the authentication tutorial. |
x-gw-ims-org-id required | string The Organization ID which can be copied from your Experience Platform integration. For more information on how to obtain this value, see the authentication tutorial. |
x-sandbox-name required | string The name of the sandbox in which the operation will take place. See the sandboxes overview documentation for more information. |
The request has succeeded.
Access is unauthorized.
The requested dataset was not found.
An internal server error has ocurred.
{- "data": [
- {
- "column1": "string",
- "column2": "string",
- "column3": "string"
}
]
}