# Retrieve Export Job Details for Email Preview Test Screenshots Retrieves the status and details of an export job created to collect screenshots for an Email Preview Test. Provide both the test ID and the job ID to fetch the export job information. Endpoint: GET /v2/preview/tests/{test_id}/exports/{job_id} Version: 1.0.0 Security: basicAuth ## Path parameters: - `test_id` (string, required) Unique identifier of the Email Preview Test - `job_id` (string, required) Unique identifier of the export job ## Response 200 fields (application/json): - `job_id` (string, required) - `test_id` (string, required) - `clients` (array, required) - `job_status` (string, required) - `zip_url` (string) - `failed_clients` (array) - `error` (any) ## Response 500 fields (application/json): - `message` (string, required) Response message ## Response default fields (application/json): - `Reason` (string, required)