Batch Get Federated Accounts Activities (Beta)
Retrieve activities associated with multiple accounts on all compatible networks. You can use various query parameters to filter and paginate the results, including limits on the number of activities and actions, timestamps, success status, direction, and more.
Request Body
application/jsonRequiredRequest body for batch retrieving activities for multiple federated accounts
accountsarray<string>List of federated accounts to retrieve activities
limitintegerSpecify the number of activities to retrieve
100Minimum: 1Maximum: 100action_limitintegerSpecify the number of actions within the activity to retrieve
10Minimum: 1Maximum: 20cursorstringSpecify the cursor used for pagination
since_timestampintegerRetrieve activities starting from this timestamp
until_timestampintegerRetrieve activities up to this timestamp
successbooleanRetrieve activities based on success status
directionstringThe direction of an activity.
"in" | "out" | "self"networkstringRetrieve activities from the specified network(s)
tagstringRetrieve activities for the specified tag(s)
typearray<string>Retrieve activities for the specified type(s)
platformstringRetrieve activities from the specified platform(s)
A successful response with the activities from the specified account. The response includes details about each activity, such as its ID, timestamp, and associated actions.