# 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 the test ID to fetch the latest export job information. Endpoint: GET /v2/preview/tests/{test_id}/exports Version: 1.0.0 Security: basicAuth ## Path parameters: - `test_id` (string, required) Unique identifier of the Email Preview Test ## 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)