v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Lists data source run activities.

get/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities

Path parameters

domainIdentifierstring required

The identifier of the Amazon DataZone domain in which to list data source run activities.

identifierstring required

The identifier of the data source run.

Query parameters

status'FAILED' | 'PUBLISHING_FAILED' | 'SUCCEEDED_CREATED' | 'SUCCEEDED_UPDATED' | 'SKIPPED_ALREADY_IMPORTED' | 'SKIPPED_ARCHIVED' | 'SKIPPED_NO_ACCESS' | 'UNCHANGED'

The status of the data source run.

nextTokenstring

When the number of activities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of activities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataSourceRunActivities</code> to list the next set of activities.

maxResultsinteger

The maximum number of activities to return in a single call to <code>ListDataSourceRunActivities</code>. When the number of activities to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListDataSourceRunActivities</code> to list the next set of activities.

Response

Success

nextTokenstring

When the number of activities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of activities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataSourceRunActivities</code> to list the next set of activities.