API Documents///
- Retrieve list of executions using audienceId
Retrieve list of parent segment configurations
Create new parent segment configuration
Retrieve parent segment configuration by ID
Update parent segment configuration
Delete parent segment configuration
Retrieve list of audience attributes
Retrieve list of audience behaviors
Run workflow to (re)generate parent segment
Retrieve population statistics audience
Retrieve list of values for a parent segment configuration's attribute
Retrieve list of sample values for a parent segment configuration's behavior
Retrieve list of executio...
Retrieve a list of workflow executions, whether they were succesful or not, and their status.
Security
TdApikeyAuth
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/audiences/{audienceId}/executions
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/audiences/{audienceId}/executions
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/audiences/{audienceId}/executions
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/audiences/{audienceId}/executions
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/audiences/{audienceId}/executions
curl -i -X GET \
'https://api-cdp.treasuredata.com/audiences/{audienceId}/executions' \
-H 'Authorization: YOUR_API_KEY_HERE'Succeeded to run the workflow
Array [
]
Response
[ { "workflowId": "string", "workflowSessionId": "string", "createdAt": "2019-08-24T14:15:22Z", "finishedAt": "2019-08-24T14:15:22Z", "status": "success", "workflowAttemptId": "string", "audienceId": "string" } ]