Skip to main content
GET
/
reports
/
runs
Recent run history for the report picker
curl --request GET \
  --url https://openlens.com/api/reports/runs \
  --header 'Authorization: Bearer <token>'
{
  "runs": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "startedAt": "2023-11-07T05:31:56Z",
      "completedAt": "2023-11-07T05:31:56Z",
      "promptCount": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Query Parameters

projectId
string<uuid>
required

Project id. Required on all data endpoints.

Response

Successful response

runs
object[]
required