OptionalagentID of the agent that produced this artifact (agt_...). null if not agent-produced.
Optionalcontent_MIME type of the current version's file, e.g. "text/csv" or "image/png". null if no file is attached.
Optionalcreated_When the artifact was first created (ISO 8601).
Optionalcurrent_ID of the current (latest published) artifact version (artv_...). null if no version has been published.
OptionaldescriptionOptional longer description of the artifact's contents or purpose. null if not set.
OptionalfileStorage file ID for the current version (fil_...). null if no file is attached.
Optionalfile_Original filename of the current version's file, e.g. "output.csv". null if no file is attached.
Optionalfile_Short-lived signed URL for downloading the current version's file. null if no file is attached.
Artifact ID (art_...).
Optionalimage_Image source metadata for rendering the current version's file inline. Present only when content_type starts with "image/". null otherwise.
OptionalnameHuman-readable name for the artifact, e.g. "Q2 Report". null if not set.
OptionalorgID of the organization this artifact belongs to (org_...).
OptionalsandboxIdentifier of the sandbox environment associated with this artifact. null if not sandbox-scoped.
OptionalteamID of the team that owns this artifact (tea_...). null if not team-scoped.
OptionalthreadID of the thread in which this artifact was created (thr_...). null if not thread-scoped.
Optionalupdated_When the artifact record was last modified (ISO 8601).
OptionaluserID of the user who created this artifact (usr_...). null if not user-scoped.
OptionalversionCurrent version number of the artifact. Increments each time a new version is published.
A versioned artifact produced or managed by an agent, such as a generated file, report, or code output.