Tool
tracking_profiles_export
Export a person as JSON: profile + identity signals + full journey (capped at 50k events; truncated flag set if exceeded).
Export a person as JSON: profile + identity signals + full journey (capped at 50k events; truncated flag set if exceeded).
Behavior
- HTTP
GET /tracking/profiles/:profileId/export
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| profileId | string | • | The profile id (uuid) |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| journey | array | • | |
| profile | object | • | |
| signals | object | • | |
| truncated | boolean | • | |
| exportedAt | string | • | |
| acquisition | object | • |
Try it
Export a person as JSON: profile + identity signals + full journey (capped at 50k events; truncated flag set if exceeded).