Skip to main content
GET
/
projects
/
{project_id}
/
reports
List Reports Endpoint
curl --request GET \
  --url https://backend.overtenai.com/api/v1/projects/{project_id}/reports \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Send X-API-Key: sk_live_<your_key>. Keys are issued via POST /signup or via the dashboard. Legacy callers may also use Authorization: Bearer sk_live_<your_key>.

Path Parameters

project_id
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Response

Successful Response