Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/Query API/query-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ privacy:
---
The Query API allows you to obtain the same calculated and formatted results that you see from a report in our web app.

The query endpoints should serve as the starting point for exporting user information from Mixpanel. This is done through the /engage endpoint. See the Export section for information on exporting event data.
The query endpoints should serve as the starting point for exporting information from Mixpanel. For example, exporting user profiles is done through the /api/query/engage endpoint. See the Export section for information on exporting event data.

The Mixpanel Query API endpoints can:

Expand Down
Loading