List recommendations
List all recommendations in your account. Results are paginated and can be filtered by status.
Code samples
Example
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
|
|
Integer |
No |
Maximum number of results per page. Range: 1–100. |
|
|
String |
No |
Pagination token from a previous response. |
|
|
String |
No |
Filter by status. One of: |
Response
| Field | Type | Description |
|---|---|---|
|
|
List |
List of recommendation summaries. |
|
|
String |
Pagination token for the next page. Absent when there are no more results. |
Recommendation summary fields
| Field | Type | Description |
|---|---|---|
|
|
String |
Unique identifier. |
|
|
String |
ARN of the recommendation. |
|
|
String |
The recommendation name. |
|
|
String |
Optional description, if provided. |
|
|
String |
|
|
|
String |
Current status: |
|
|
Timestamp |
When the recommendation was created. |
|
|
Timestamp |
When the recommendation was last updated. |
To retrieve the full details and results of a recommendation, use Get a recommendation with the recommendationId.
Errors
| Error | HTTP status | Description |
|---|---|---|
|
|
400 |
Invalid pagination parameters or status filter value. |
|
|
403 |
Insufficient permissions. |
|
|
429 |
Request rate exceeded. |
|
|
500 |
Service-side error. |