API Reference

Show Job Details

This endpoint provides job details scoped to a given job_id.

Below, you can view sample response bodies for an exterior capture and an interior capture:

Interior Capture Response Example

{
    "id": 12384823,
    "name": "Interior Job Sample",
    "location_line_1": "514 West Chapel Street",
    "location_line_2": "",
    "location_city": "Santa Maria",
    "location_region": "CA",
    "location_postal_code": "93458",
    "location_country": "US",
    "location_lat": "34.9540746",
    "location_lon": "-120.4422086",
    "created_at": "2024-05-31T21:25:22.474Z",
    "updated_at": "2024-05-31T21:26:29.628Z",
    "uploaded_at": "2024-05-31T21:26:25.200Z",
    "customer_name": "Heoff Gull",
    "customer_phone": null,
    "customer_email": null,
    "archive_number": null,
    "archived_at": null,
    "customer_first_name": null,
    "example": false,
    "customer_contact_only_by_email": false,
    "customer_contact": null,
    "shared": false,
    "original_job_id": null,
    "client_identifier": "d4b4db9d-ab50-48f7-95ba-a4caa8b7715b",
    "machete_features": [
        "measurements"
    ],
    "customer_notes": null,
    "org_job_accesses_assigned_lead_count": 0,
    "deliverable_id": 8,
    "mobile_application_id": 6,
    "estimated_hours_to_completion": 0.0,
    "approved": true,
    "completed_at": null,
    "approved_at": null,
    "roof_estimate_access_level": "none",
    "first_completed_at": null,
    "property_type": "single_family_residential",
    "approving_user_id": null,
    "test_state": "no",
    "external_identifier": "",
    "captured_user_id": 1527247,
    "suppress_email": false,
    "suppress_push_notifications": false,
    "capture_session_identifier": "d4b4db9d-ab50-48f7-95ba-a4caa8b7715b",
    "blueprint": false,
    "capture_type": "dense_interior",
    "estimated_completed_at": null,
    "type": "Job",
    "additional_information": null,
    "org_place_id": null,
    "external_identifier_slug": "",
    "blueprint_submission_id": null,
    "claim_id": null,
    "archived": false,
    "org_id": 463605,
    "user_id": 1527247,
    "state": "complete",
    "images": [
        {
            "id": 132324549
        },
        {
            "id": 132324756
        },
        {
            "id": 132324550
        },
        {
            "id": 132324552
        }
    ],
    "rooms": [
        {
            "id": 56755,
            "name": "living_room 1",
            "failure_reasons": [],
            "images": [
                {
                    "id": 132324630,
                    "url": "https://hover.to/api/v2/images/132324630/image"
                },
                {
                    "id": 132324637,
                    "url": "https://hover.to/api/v2/images/132324637/image"
                },
                {
                    "id": 132324636,
                    "url": "https://hover.to/api/v2/images/132324636/image"
                },
                {
                    "id": 132324671,
                    "url": "https://hover.to/api/v2/images/132324671/image"
                }
            ]
        },
        {
            "id": 56756,
            "name": "bedroom 1",
            "failure_reasons": [],
            "images": [
                {
                    "id": 132324736,
                    "url": "https://hover.to/api/v2/images/132324736/image"
                },
                {
                    "id": 132324747,
                    "url": "https://hover.to/api/v2/images/132324747/image"
                },
            ]
        }
    ],
    "wallet": {
        "id": 463517,
        "org": {
            "customer_display_name": "Test Wallet"
        }
    },
    "partner_account_identifier": null,
    "additional_captured_jobs": [],
    "via_org_job_accesses": [
        {
            "id": 15999145,
            "org_id": 463605,
            "kind": "creator",
            "lead_state": null,
            "ordering_state": "lead"
        }
    ]
}

Exterior Capture Response Sample

{
    "id": 10182550,
    "name": "Hover Way",
    "location_line_1": "456 Hover Way",
    "location_line_2": null,
    "location_city": "Hollis",
    "location_region": "NH",
    "location_postal_code": "03049",
    "location_country": null,
    "location_lat": null,
    "location_lon": null,
    "created_at": "2023-08-29T23:13:53.510Z",
    "updated_at": "2023-08-29T23:13:54.642Z",
    "uploaded_at": "2021-09-24T19:29:53.074Z",
    "customer_name": "HOVER",
    "customer_phone": "1.844.754.6837",
    "customer_email": null,
    "archive_number": null,
    "archived_at": null,
    "customer_first_name": null,
    "example": true,
    "customer_contact_only_by_email": false,
    "customer_contact": null,
    "shared": false,
    "original_job_id": 5156475,
    "client_identifier": "de614180-0591-4556-9f9f-752bb931f4b3",
    "machete_features": [
        "measurements"
    ],
    "customer_notes": null,
    "org_job_accesses_assigned_lead_count": 0,
    "deliverable_id": 3,
    "mobile_application_id": null,
    "estimated_hours_to_completion": 0,
    "approved": true,
    "completed_at": null,
    "approved_at": null,
    "roof_estimate_access_level": "instant",
    "first_completed_at": "2021-09-24T19:36:55.768Z",
    "property_type": "single_family_residential",
    "approving_user_id": null,
    "test_state": "no",
    "external_identifier": null,
    "captured_user_id": 457075,
    "suppress_email": false,
    "suppress_push_notifications": false,
    "capture_session_identifier": null,
    "blueprint": false,
    "capture_type": null,
    "estimated_completed_at": null,
    "type": "Job",
    "additional_information": null,
    "org_place_id": null,
    "external_identifier_slug": null,
    "archived": false,
    "org_id": null,
    "user_id": null,
    "state": "complete",
    "images": [
        {
            "id": 107272745
        },
        {
            "id": 107272746
        },
        {
            "id": 107272747
        },
        {
            "id": 107272748
        },
        {
            "id": 107272749
        },
        {
            "id": 107272750
        },
        {
            "id": 107272751
        },
        {
            "id": 107272752
        }
    ],
    "wallet": null,
    "partner_account_identifier": null,
    "additional_captured_jobs": null,
    "job_groups": [
        {
        "id": 45253,
        "name": "Job Group Test"
        }
   ],
    "via_job_share": null,
    "via_org_job_accesses": [
        {
            "id": 13044807,
            "org_id": 612013,
            "kind": "example",
            "lead_state": "unassigned",
            "ordering_state": "lead"
        }
    ],
    "via_job_assignments": [
        {
            "id": 15433447,
            "kind": "example"
        }
    ]
}

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!