# List all lighthouse reports **GET /v1/lighthouse-tests** Returns a list of your lighthouse tests. The tests are returned sorted by creation date, with the most recently created test appearing first. ## Servers - https://api.speedvitals.com: https://api.speedvitals.com () ## Authentication methods - Api key ## Parameters ### 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. ## Responses ### 200 Successful response. #### Body: (object) - **data** (array[object]) ### 400 Invalid Request body or missing required parameters #### Body: (object) - **code** (string) An error code specific to the error. - **message** (string) A human-readable message providing more details about the error. [Powered by Bump.sh](https://bump.sh)