Activity Feed
Profile Event Activity
❗️stream/query is currently in maintenance mode.
This endpoint returns the activity feed for specified users.
Note: The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
get/stream/query
Query parameters
project_idinteger required
Required if using service account to authenticate request.
workspace_idinteger
The id of the workspace if applicable.
distinct_idsstring required
A JSON array as a string representing the distinct_ids to return activity feeds for. For example: ["12a34aa567eb8d-9ab1c26f345b67-89123c45-6aeaa7-89f12af345f678"]
from_datestring required
The date in yyyy-mm-dd format to begin querying from. This date is inclusive.
to_datestring required
The date in yyyy-mm-dd format to query to. This date is inclusive.
Response
Success.