getLeadMatch
Retrieve a full lead match record by match ID, including lead points, price, and response status.
Instructions
Get a single lead match - Fetch a single leadmatch record. Read-only.
Use when: you have a specific match_id (from listLeadMatches) and need the full match row - lead points, price, response status, etc.
Required: match_id.
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes |