Get Raw Profile
get_raw_profileRetrieve raw, non-decoded profile steps for a transaction. Get Step objects with hash IDs for programmatic analysis; resolve IDs using lookup_text.
Instructions
Get raw (non-decoded) profile steps for a transaction. Unlike get_transaction_detail which returns decoded/human-readable profile data, this returns the raw Step objects with hash IDs. Use lookup_text to resolve hash IDs to text. Useful when you need the raw step structure for programmatic analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYYMMDD format | |
| txid | Yes | Transaction ID (from search_transactions or get_realtime_xlogs) |