# jobs - partner - QUERY Version: 2024-10 ## Description A list of the Partner organization's [Experts Marketplace jobs](https://help.shopify.com/partners/selling-services). ### Access Scopes ## Arguments * [after](/docs/api/partner/2024-10/scalars/String): String - Returns the elements in the list that come after the specified cursor. * [before](/docs/api/partner/2024-10/scalars/String): String - Returns the elements in the list that come before the specified cursor. * [createdAtMax](/docs/api/partner/2024-10/scalars/DateTime): DateTime - Returns jobs that were created on or before the specified date and time. * [createdAtMin](/docs/api/partner/2024-10/scalars/DateTime): DateTime - Returns jobs that were created on or after the specified date and time. * [first](/docs/api/partner/2024-10/scalars/Int): Int - Returns the first _n_ elements from the list. * [last](/docs/api/partner/2024-10/scalars/Int): Int - Returns the last _n_ elements from the list. * [lastEventAtMax](/docs/api/partner/2024-10/scalars/DateTime): DateTime - Returns jobs where the last event occurred on or before the specified date and time. * [lastEventAtMin](/docs/api/partner/2024-10/scalars/DateTime): DateTime - Returns jobs where the last event occurred on or after the specified date and time. * [shopId](/docs/api/partner/2024-10/scalars/ID): ID - Returns jobs associated with the specified shop ID. * [statuses](/docs/api/partner/2024-10/enums/JobStatus): JobStatus - Returns jobs with the specified statuses. ## Returns * [edges](/docs/api/partner/2024-10/objects/JobEdge): JobEdge! A list of edges. * [pageInfo](/docs/api/partner/2024-10/objects/PageInfo): PageInfo! Information about pagination in a connection. ## Examples