# visionTestJob

**Type:** GraphQL queries

**Description:**
Get vision test job by its *jobId*

## Arguments
- jobId (String)

## Response
**Type:** VisionTestJob
**Description:**
Vision Test Job details

### Fields
- accountKey (String): Account key
- siteKey (String): Site key
- jobId (String): Unique ID for this job
- testType (TestType): Type of vision test
- status (String): Current job status
- reason (String): Current job reason, if applicable
- patient (Patient): Patient details
- contacts (ContactsOutput): Contacts details
- glasses (GlassesOutput): Glasses details
- tags (Tag): List of tags used to correlate this job with other systems
- updatedAt (String): Last date and time this job was updated
- createdAt (String): Date and time this job was created
