# job - partner - QUERY Version: 2024-10 ## Description An [Experts Marketplace job](https://help.shopify.com/partners/selling-services). ### Access Scopes ## Arguments * [id](/docs/api/partner/2024-10/scalars/ID): ID! - The job ID. Example value: `gid://partners/Job/1234`. ## Returns * [confirmedCompleted](/docs/api/partner/2024-10/scalars/Boolean): Boolean! Whether the merchant has marked the job as complete. * [conversation](/docs/api/partner/2024-10/objects/Conversation): Conversation The conversation containing messages exchanged with the merchant. * [createdAt](/docs/api/partner/2024-10/scalars/DateTime): DateTime! The date and time the job was submitted to your organization. * [dashboardUrl](/docs/api/partner/2024-10/scalars/Url): Url! A URL to access this job in the Partner Dashboard. * [id](/docs/api/partner/2024-10/scalars/ID): ID! A globally unique identifier. * [lastEventAt](/docs/api/partner/2024-10/scalars/DateTime): DateTime! The date and time of the most recent job event. * [requirements](/docs/api/partner/2024-10/objects/JobRequirement): JobRequirement! The job requirements that the merchant provided. * [services](/docs/api/partner/2024-10/objects/Service): Service! The services requested for this job. * [shop](/docs/api/partner/2024-10/objects/Shop): Shop! The shop that submitted the job. * [status](/docs/api/partner/2024-10/enums/JobStatus): JobStatus! The status of the job. ## Examples