v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1445428373.9 KB

Lists all prospecting tasks initiated by the caller's account. Supports optional filters by task identifier, task name, or start time range. Results can be sorted using configurable options. The response is paginated. Use the <code>NextToken</code> value from each response to retrieve subsequent pages.

post/#X-Amz-Target=AWSPartnerCentralSelling.ListProspectingFromEngagementTasks

Headers

X-Amz-Target'AWSPartnerCentralSelling.ListProspectingFromEngagementTasks' required

Request body

Catalogstring required

Specifies the catalog to list tasks from. Specify <code>AWS</code> for production environments and <code>Sandbox</code> for testing and development purposes.

MaxResultsinteger

The maximum number of results to return in a single page. If additional results exist, the response includes a <code>NextToken</code> value for retrieving the next page. If omitted, the API uses a service-defined default page size.

NextTokenstring

The pagination token from a previous call to this API. Include this value to retrieve the next page of results. If omitted, the first page is returned.

TaskIdentifierProspectingTaskIdentifier[]

Filters the results to include only the tasks with the specified identifiers. Provide up to 10 task IDs to narrow the list to specific tasks. If omitted, tasks are not filtered by identifier.

TaskNameTaskName[]

Filters the results to include only tasks with the specified names. Provide up to 10 task names to narrow the list. If omitted, tasks are not filtered by name.

StartAfterstring date-time

Filters tasks to include only those that started after the specified timestamp. Use this with <code>StartBefore</code> to define a start-time range for your query. The format follows ISO 8601 date-time notation.

StartBeforestring date-time

Filters tasks to include only those that started before the specified timestamp. Use this with <code>StartAfter</code> to define a start-time range for your query. The format follows ISO 8601 date-time notation.

Response

Success

NextTokenstring

A pagination token used to retrieve the next page of results. If this field is present, pass its value as <code>NextToken</code> in the next call. If absent or empty, there are no further pages.