Skip to main content
Attach one or more files (artifacts) to a job work. Artifacts represent documents, forms, or other files associated with a tax preparation. You can create multiple artifacts in a single request.

Arguments

ID!
required
The ID of the job work returned from createJobWorks. This identifies which client/tax preparation to attach files to.
[CreateJobWorkArtifactsInput!]!
required
Array of artifact inputs. Each input represents one file to attach to the job work.

Returns

ID!
Job artifact identifier.
Date!
Timestamp when the job artifact was created.
Date!
Timestamp when the job artifact was last updated.
ID!
The workspace ID this job artifact belongs to.
ID!
The artifact ID this job artifact references.
ID!
The connection job ID this job artifact belongs to.
WorkArtifact!
The work artifact associated with this job artifact.

Example

File URL Accessibility: Ensure the URLs you provide are accessible to Filed. If your files require authentication, Filed will use the connection credentials provided during the connection setup. Test that Filed can access the URLs using those credentials.
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
Problem: Invalid URL format Solutions:
  • 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