Arguments
The ID of the job work returned from createJobWorks. This identifies which client/tax preparation to attach files to.
Array of artifact inputs. Each input represents one file to attach to the job work.
Returns
Job artifact identifier.
Timestamp when the job artifact was created.
Timestamp when the job artifact was last updated.
The workspace ID this job artifact belongs to.
The artifact ID this job artifact references.
The connection job ID this job artifact belongs to.
The work artifact associated with this job artifact.
Example
The
url field should point to a file that Filed can download. Filed will fetch the file from this URL when processing the work. Ensure the URL is valid and the file is accessible at the time of import.Troubleshooting
Problem: Artifacts created but files cannot be accessed Solutions:- Verify the URLs are publicly accessible or accessible with the connection credentials
- Test the URLs manually to ensure they return the expected files
- Check that file URLs haven’t expired or been moved
- Ensure the connection credentials have permission to access the file URLs
- Ensure URLs use valid protocols (https:// or http://)
- Verify URLs are properly encoded if they contain special characters
- Check that URLs point to actual files, not directories or API endpoints that require additional parameters