Returns a list of your lighthouse tests. The tests are returned sorted by creation date, with the most recently created test appearing first.
The page number to return. The default page number is 1.
A size of the number of objects to be returned. Page size can range between 1 and 100, and the default is 10.
Filter tests where the created_at field is greater than this value
Filter tests where the created_at field is greater than this value.
Filter tests where the created_at field is less than this value.
Filter tests where the created_at field is less than or equal to this value.
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.