Arguments
The ID of the provider connection to query job works from. This is the connection ID returned from startProviderConnection.
Optional filters to narrow down the job works returned.
Optional sorting configuration.
Number of records to skip for pagination. Defaults to 0.
Maximum number of records to return. Use with offset for pagination.
Returns
The unique identifier of the job work.
Timestamp when the job work was created.
Timestamp when the job work was last updated.
The workspace ID this job work belongs to.
The work ID this job work references.
The connection job ID this job work belongs to.
The associated work (client/tax preparation) details.
List of artifacts attached to this job work. See get-job-work-artifacts for detailed artifact status information.
Example: Get Job Work by ID
Example: Get All Job Works for a Connection Job
Query all job works that belong to a specific connection job:The
jobWorks field on a connection returns all job works across all connection jobs for that connection. Use the connectionJobIds filter to narrow down to a specific import batch.Troubleshooting
Problem: No job works returned despite creating them Solutions:- Verify you’re querying the correct connection ID
- Check that the job work IDs in your filter are correct
- Ensure the job works were successfully created (check for errors in the
createJobWorksresponse) - Confirm you have access to the workspace containing the connection
- Artifacts may not have been created yet - verify with
createJobWorkArtifacts - Include the
jobWorkArtifactsfield in your query to fetch artifact details - Check artifact status to see if files are still being processed