Skip to main content
GET
Get Pitch Audit
Returns the original prospect’s read-only Pitch Audit report: profile, prompts, scores, competitors, sources, insights, recommendations, and co-competitors.
string
required
Bearer API token. Example: Bearer qw-api-xxx

Path Parameters

string
required
Pitch Audit ID returned by List Pitch Audits.

Query Parameters

boolean
default:"false"
Include full AI answer text. Keep the default for a bounded report payload; request answers explicitly when evidence-level analysis is required.
boolean
default:"false"
Attach the complete scores summary to every coCompetitors row. Use this expansion to compare all co-competitors in one request.

Response

boolean
true when the report was returned.
object
Agency workspace ID and name.
object

Original Prospect

Co-competitor Navigation

Take subjectId and the canonical reportUrl directly from a coCompetitors row:
Follow reportUrl, or see Get Pitch Audit Subject Report. A co-competitor is a derived view of the same audit, not a separate audit record.

List and Score Every Co-competitor

Read audit.coCompetitors. Each row includes the relationship metrics plus scores.geoScore, scores.mentionRate, scores.avgPosition, scores.sentimentScore, scores.shareOfVoice, and citation metrics. Use subjectId only when you need the full derived report.

Errors