TeamCity REST API Reference 2025.11 Help

ArtifactDownloadInfo

Stores information about each of the files provided by a build chain build to a downstream dependent build. Can be accessed via the artifactInfo field of the DownloadInfo object.

Properties

downloadTimestamp

The time when a corresponding file was downloaded.

path

The path to the artifact file on a build agent machine that processed the upstream build which published this file.

Schema

Below, you can find a full schema of this object, in XML and JSON formats. You can choose what fields to submit depending on your current needs. Different methods might expect different fields: the best approach is to request this entity via GET and use the response as a base for the following POST request.

A link to another object implies that you can substitute it with the schema of the linked object, if it is required for your call.

<ArtifactDownloadInfo downloadTimestamp="20250402T151529+0200" path="output/lib/log.txt"/>
{ "path" : "output/lib/log.txt", "downloadTimestamp" : "20250402T151529+0200" }
Last modified: 02 December 2025