Skip to main content
GET
List Pitch Audits
Returns Pitch Audits created by the agency workspace attached to the API token. This endpoint is read-only and never starts, retries, or modifies an audit.
Pitch Audits require an agency workspace. REST API access is available on API-enabled agency plans.
string
required
Bearer API token. Example: Bearer qw-api-xxx

Query Parameters

string
Filter by PENDING, RUNNING, RECOVERING, AWAITING_PROMPTS, COMPLETED, or FAILED.
number
default:"50"
Number of audits to return. Maximum: 100.
number
default:"0"
Number of audits to skip.

Response

object
Total, count, limit, and offset for the current page.
array

Example Request

Example Response

Next Step

Use the returned audit ID with Get Pitch Audit. Use a competitor subjectId with Get Pitch Audit Subject Report.