Arguments
The ID of the connection job returned from createConnectionJob. This identifies which connection job to initiate the import for.
Returns
Connection job identifier.
The provider connection ID this job belongs to.
The workspace ID this job belongs to.
The name of the connection job.
Current status of the connection job. The status will be updated as the import progresses (e.g., “pending”, “processing”, “completed”).
Timestamp when the connection job was created.
Timestamp when the connection job was last updated.
Optional metadata associated with the connection job. May include import progress, error information, or other relevant details.
Example
After initiating the import, monitor the connection job status to track import progress. The
status field will update as the import progresses, and any errors or progress information may be available in the metadata field.Troubleshooting
Problem:initiateTaxPrepsImport fails with invalid connection job ID
Solutions:
- Verify the
connectionJobIdexists and belongs to your connection - Ensure you’re using the
idfrom thecreateConnectionJobresponse - Check that the connection job has works and work artifacts attached
- Verify that job works have been created using createJobWorks
- Ensure job work artifacts have been attached using createJobWorkArtifacts
- Check that file URLs in artifacts are accessible and valid
- Review the connection job status and metadata for error details
- Check the connection job
metadatafield for progress information or error details - Verify that all file URLs in work artifacts are accessible
- Ensure the connection credentials have permission to access the file URLs
- Contact support if the import appears stuck