Queries
getActivity
Retrieves a paginated list of activities based on a given data key and source.
Returns: A response object containing a list of activities, along with pagination information.
Arguments
dataKey
String!
requiredA unique key that is generated after a user has completed the data submission flow.
sourceSource!required
The source from which to fetch activities, such as NETFLIX or AMAZON.
limit
Int64!
requiredThe maximum number of activities to return in a single response.
page
Int64!
requiredThe page number of the activity list to retrieve, allowing for pagination through large sets of data.
Type
ActivityResponse
object