GET /account/rankings
Returns all rankings data across all sites in your account.
Request
Endpoint
https://app.knowatoa.com/api/v2/account/rankings
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| api_key | string | Yes | Your API authentication key |
| flat | string | No | Set to "true" for flat JSON format |
| format | string | No | Set to "csv" for CSV export |
Response
Similar structure to account questions but with ranking data including:
- AI responses (truncated to 500 chars)
- Rank positions
- Citation domains
Notes
- Only includes target sites (not competitors)
- Only includes sites with setup_complete: true
- Field structure matches site-level rankings endpoint