API Reference

List Inspections

List Inspections

🚧

Limited Release Endpoint

This product and endpoint are still currently in-development. The functionality or response body from this endpoint is subject to change.

Overview

This endpoint returns high-level data for all inspections for a given Hover job. Using the inspection id values from this response body, an integration can obtain all granular information and image URLs from the Get Inspection Details endpoint.

The response body for this endpoint returns the cover_image for a given inspection. For most use cases, it is recommended that integrations utilize the original URL for the highest quality image.

Sample Response Body

[
    {
        "id": 8675309,
        "title": "Exterior Storm Damage",
        "created_at": "2025-01-28T20:20:21.898Z",
        "submitted_at": "2025-01-28T20:20:29.365Z",
        "state": "submitted",
        "inspector": {
            "id": 1417143,
            "name": "Michael Bluth"
        },
        "cover_image": {
            "urls": {
                "w480": "https://hover.to/rails/active_storage/representations/proxy/eyJfcmFpbHMiOnsiZGF0YSI6NzI1NTYxOTEsInB1ciI6I=--96afeaf31b5c3d260b50902f912ce3cb9bc4b67e/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJ3ZWJwIiwicmVzaXplX3RvX2xpbWl0IjpbNDgwLG51bGxdLCJzYXZlciI6eyJxdWFsaXR5Ijo0MH0sImNvbnZlcnQiOiJ3ZWJwIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--3443864ee69eccecc24873d2859402ba99580fc5/8b4e62fa-36f5-43d9-905a-f199640a5a1d.jpg.webp",
                "w834": "https://hover.to/rails/active_storage/representations/proxy/eyJfcmFpbHMiOnsiZGF0YSI6NzI1NTYxOTEsInB1ciI6Im0=--96afeaf31b5c3d260b50902f912ce3cb9bc4b67e/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJ3ZWJwIiwicmVzaXplX3RvX2xpbWl0IjpbODM0LG51bGxdLCJzYXZlciI6eyJxdWFsaXR5Ijo0MH0sImNvbnZlcnQiOiJ3ZWJwIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--9cd57b9520c4b014f2ac669cfaed159f6926fc1e/8b4e62fa-36f5-43d9-905a-f199640a5a1d.jpg.webp",
                "w1152": "https://hover.to/rails/active_storage/representations/proxy/eyJfcmFpbHMiOnsiZGF0YSI6NzI1NTYxOTEsInB1ciI=--96afeaf31b5c3d260b50902f912ce3cb9bc4b67e/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJ3ZWJwIiwicmVzaXplX3RvX2xpbWl0IjpbMTE1MixudWxsXSwic2F2ZXIiOnsicXVhbGl0eSI6NDB9LCJjb252ZXJ0Ijoid2VicCJ9LCJwdXIiOiJ2YXJpYXRpb24ifX0=--f02557be3a6af3a68f3a0d75b10d8c68c8f37d3f/8b4e62fa-36f5-43d9-905a-f199640a5a1d.jpg.webp",
                "w1440": "https://hover.to/rails/active_storage/representations/proxy/eyJfcmFpbHMiOnsiZGF0YSI6NzI1NTYxOTEX0=--96afeaf31b5c3d260b50902f912ce3cb9bc4b67e/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJ3ZWJwIiwicmVzaXplX3RvX2xpbWl0IjpbMTQ0MCxudWxsXSwic2F2ZXIiOnsicXVhbGl0eSI6NDB9LCJjb252ZXJ0Ijoid2VicCJ9LCJwdXIiOiJ2YXJpYXRpb24ifX0=--e4cd227cdf1694d0f332d524f97e9dce63ef9994/8b4e62fa-36f5-43d9-905a-f199640a5a1d.jpg.webp",
                "original": "https://hover.to/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsiZGF0YSI6NzI1NTYxOTEsInifX0=--96afeaf31b5c3d260b50902f912ce3cb9bc4b67e/8b4e62fa-36f5-43d9-905a-f199640a5a1d.jpg.jpg"
            }
        }
    }
]
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!