- Auth
- Accounts
- First call
- Reporting
- DSP report
- Sponsored ads V3
- Sponsored ads V2
- Snapshots
- Sponsored Products
- Sponsored Display
- Sponsored Brands
- Test accounts
- Amazon Marketing Stream
- Amazon Marketing Cloud
- Administration
- Accounts
- Instances
- Create an instance
- List all instances
- List information about the requested instance
- Update instance details
- Update AWS account metadata in the requested instance
- List advertisers in instance
- Create advertiser update
- Get advertiser update
- Gets advertiser information about the requested AMC instance
- Delete AMC instance
- Reporting
- Workflows
- Schedules
- Workflow executions
- AMC Audiences
- Rule-based audiences
- Creates query based audience execution metadata information
- Get all query based audiences execution metadata.
- Get query based audience execution metadata for a given audienceExecutionId.
- Update query based audience execution metadata for a given audienceExecutionId.
- Delete query based audience execution metadata for a given audienceExecutionId.
- Lookalike audiences
- Rule-based audiences
- Sponsored Products
- Sponsored Brands
- Campaigns
- Ad groups
- Ads
- Targeting
- Recommendations
- Theme targeting
- Create keywords
- Update keyword
- Get keyword
- Delete keyword
- Create negative keywords
- Update negative keyword
- Get negative keyword
- Delete negative keyword
- Create product targets
- Update a product target
- Get product target
- Delete product target
- Create negative product target
- Update negative product target
- Get negative product target
- Delete negative product target
- Get all categories
- Get category refinements
- Ad creatives
- Get brands
- Get landing page ASINS
- Sponsored Display
- Stores
- Product metadata
- Budget rules
- Budget usage
- Creative asset library
- Locations
- Exports
- Sponsored TV
- Amazon DSP
- Partner opportunities
Returns a list of workflow executions
GET
/amc/reporting/{{instanceId}}/workflowExecutions
最后修改时间:2025-03-16 02:19:30
责任人:未设置
请求参数
Query 参数
minCreationTime
string
必需
maxCreationTime
string
必需
timeZone
string
必需
workflowId
string
必需
示例值:
my-first-workflow
includeWorkflow
string
必需
示例值:
false
Header 参数
Amazon-Advertising-API-ClientId
string
必需
示例值:
{{client_id}}
Amazon-Advertising-API-MarketplaceId
string
必需
示例值:
{{marketplace_id}}
Amazon-Advertising-API-AdvertiserId
string
必需
示例值:
{{advertiser_id}}
Authorization
string
必需
示例值:
Bearer {{access_token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://advertising-api.amazon.com/amc/reporting/{{instanceId}}/workflowExecutions?minCreationTime=&maxCreationTime=&timeZone=&workflowId=my-first-workflow&includeWorkflow=false' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-MarketplaceId: {{marketplace_id}}' \
--header 'Amazon-Advertising-API-AdvertiserId: {{advertiser_id}}' \
--header 'Authorization: Bearer {{access_token}}'
返回响应
🟢200Returns a list of workflow executions
application/json
Body
executions
array [object {24}]
必需
availableTimeBeforeWindowSecs
integer
可选
createTime
string
可选
dataGaps
array
可选
disableAggregationControls
boolean
可选
executionCategory
string
可选
executionTime
integer
可选
expireTime
string
可选
ignoreDataGaps
boolean
可选
invalidationOffsetSecs
integer
可选
lastUpdatedTime
string
可选
outputColumns
array [object {3}]
可选
outputS3URI
string
可选
parameterValues
object
可选
status
string
可选
timeWindowEnd
string
可选
timeWindowEndOriginal
string
可选
timeWindowStart
string
可选
timeWindowStartOriginal
string
可选
timeWindowTimeZoneOriginal
string
可选
validatedTime
string
可选
waitUntil
string
可选
workflowExecutionId
string
可选
workflowExecutionTimeoutSeconds
integer
可选
workflowId
string
可选
示例
{
"executions": [
{
"availableTimeBeforeWindowSecs": 0,
"createTime": "2024-09-25T03:11:52Z",
"dataGaps": [],
"disableAggregationControls": false,
"executionCategory": "AD_HOC",
"executionTime": 55,
"expireTime": "2024-09-26T03:11:52Z",
"ignoreDataGaps": false,
"invalidationOffsetSecs": 266400,
"lastUpdatedTime": "2024-09-25T03:14:42Z",
"outputColumns": [
{
"columnType": "DIMENSION",
"dataType": "STRING",
"name": "advertiser"
},
{
"columnType": "DIMENSION",
"dataType": "STRING",
"name": "campaign"
},
{
"columnType": "METRIC",
"dataType": "DOUBLE",
"name": "spend"
},
{
"columnType": "METRIC",
"dataType": "LONG",
"name": "impressions"
},
{
"columnType": "DIMENSION",
"dataType": "LONG",
"name": "reach"
}
],
"outputS3URI": "N/A",
"parameterValues": {},
"status": "SUCCEEDED",
"timeWindowEnd": "2024-01-25T05:00:00Z",
"timeWindowEndOriginal": "2024-01-25T00:00:00",
"timeWindowStart": "2024-01-20T05:00:00Z",
"timeWindowStartOriginal": "2024-01-20T00:00:00",
"timeWindowTimeZoneOriginal": "America/New_York",
"validatedTime": "2024-09-25T03:11:54.792Z",
"waitUntil": "2024-09-25T02:11:52Z",
"workflowExecutionId": "b3a77999-7c8e-4289-9bf9-5da8f178536c",
"workflowExecutionTimeoutSeconds": 21600,
"workflowId": "my-first-workflow"
}
]
}