- Developers
- API Reference
- Reports
Report Detail
Get or delete a specific report
GET
https://app.ranked.ai/api/v1/projects/{projectId}/reports/{reportId}GET - Get report details
projectIdstringrequiredProject UUID
reportIdstringrequiredReport slug ID
Request
curl "https://app.ranked.ai/api/v1/projects/{projectId}/reports/{reportId}" \
-H "Authorization: Bearer rk_live_your_api_key"DELETE - Delete a report
Requires a Read + Write API key. Soft-deletes the report link.
Request
curl -X DELETE "https://app.ranked.ai/api/v1/projects/{projectId}/reports/{reportId}" \
-H "Authorization: Bearer rk_live_your_write_key"This page is also available as markdown for AI agents, and the whole reference as an OpenAPI spec. Questions? Developer support.