Show Job Details

Why would I use this?

This end point provides job details scoped to a given job_id. You might use this endpoint to populate the details of a job, like when it was created or the ID of the user who captured it, in your CRM.

Response Code Snippet

See an example 200 response here, then follow below to learn more about the request and what makes up the responses.

{
    "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,
    "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
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!