---
title: "Query Profiles"
method: POST
path: "/engage"
tags: ["Engage"]
---

# Query Profiles

`POST /engage`

## Query parameters

- `project_id` integer, required
- `workspace_id` integer

## Response `200`

Success.

- object
  - `page` integer — The page number of the results
  - `page_size` integer — The max number of results in a single page.
  - `session_id` string
  - `status` string — Indicates whether the request was successful
  - `total` integer — The number of users in the results payload.
  - `results` object[]
    - `$distinct_id` integer — The ID of the user
    - `$properties` object — The properties associated with the user

---

[API](https://skmtc.net/mixpanel/apis/query-api.md) · [All operations](https://skmtc.net/mixpanel/apis/query-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpanel/query-api/revisions/f442da95252a/schema)
