Skip to main content
GET
List all lighthouse reports

Authorizations

X-API-KEY
string
header
required

Query Parameters

page_number
integer

The page number to return. The default page number is 1.

page_size
integer

A size of the number of objects to be returned. Page size can range between 1 and 100, and the default is 10.

created_at[gt]
integer

Filter tests where the created_at field is greater than this value

created_at[gte]
integer

Filter tests where the created_at field is greater than this value.

created_at[lt]
integer

Filter tests where the created_at field is less than this value.

created_at[lte]
integer

Filter tests where the created_at field is less than or equal to this value.

Response

Successful response.

A object with a data property that contains an array of your lighthouse tests, sorted by creation date. Each entry in the array is a separate lighthouse test object. If no more tests are available, the resulting array will be empty. This request should never throw an error.

data
object[]
required