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.
Only Pitch Audits owned by an agency workspace associated with the token’s team are returned. General API access still follows the plan rules in Introduction.
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

Synthetic request

Synthetic response

Next step

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

Errors