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/json
RequiredRequest body for batch retrieving activities for multiple federated accounts
accounts
array<string>
List of federated accounts to retrieve activities
limit
integer
Specify the number of activities to retrieve
100
Minimum: 1
Maximum: 100
action_limit
integer
Specify the number of actions within the activity to retrieve
10
Minimum: 1
Maximum: 20
cursor
string
Specify the cursor used for pagination
since_timestamp
integer
Retrieve activities starting from this timestamp
until_timestamp
integer
Retrieve activities up to this timestamp
success
boolean
Retrieve activities based on success status
direction
string
The direction of an activity.
"in" | "out" | "self"
network
string
Retrieve activities from the specified network(s)
tag
string
Retrieve activities for the specified tag(s)
type
array<string>
Retrieve activities for the specified type(s)
platform
string
Retrieve 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.