getLeadMatch
Fetch a single lead match by its ID to view the full record, including lead points, price, and response status. Ideal when you need detailed data for a specific match.
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 |