Actions
List Builds
Retrieves information on all builds.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Project | Filter results based on a project name. |
{
"uri": "http://localhost:8081/artifactory/api/build"
"builds" : [
{
"uri" : "/my-build",
"lastStarted" : ISO8601 (yyyy-MM-dd'T'HH:mm:ss.SSSZ)
},
{
"uri" : "/jackrabbit",
"lastStarted" : ISO8601 (yyyy-MM-dd'T'HH:mm:ss.SSSZ)
}
]
}
Was this page helpful?