Skip to main content
GET
Fetch All Recommendations

Rate Limit

You can make 100 requests per minute and 10,000 requests per day.

Authorizations

Authorization
string
header
required

Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format 'username:password'.

  • Username: Use your MoEngage workspace ID (also known as the App ID). You can find it in the MoEngage dashboard at Settings > Account > APIs > Workspace ID (earlier app id).
  • Password: Use your API Key, which you can find within the Campaign report/Business events/Custom templates/Catalog API/Inform Report tile.

For more information on authentication and getting your credentials, refer here.

Headers

MOE-APPKEY
string
required

This is the Workspace ID of your MoEngage account that must be passed with the request. You can find it in the MoEngage dashboard at Settings > Account > APIs > Workspace ID (earlier app id).

Query Parameters

size
integer

This parameter indicates the number of recommendations to return in a single page. The maximum value is 100. Pass it along with batch_num to paginate the results.

Required range: 1 <= x <= 100
batch_num
integer
default:1

This parameter indicates the page number to return. The first page is 1. Pass it along with size. For example, size=10 and batch_num=2 return the 11th to the 20th recommendations.

Required range: x >= 1
status
string

This parameter filters the results by the recommendation's status. The supported values are Active, Processing, Archived, and Failed. These values are case-sensitive.

To filter by more than one status, pass the values as a comma-separated list. For example, status=Active,Processing.

If you don't provide this parameter, the response excludes archived recommendations.

Response

Indicates that the request is successful and the list of recommendations is fetched.

items
object[]

This array contains the metadata of each recommendation in your workspace.