How to get the list of archived build configurations using rest api? Manjula Chukki Created May 02, 2025 14:12
There is no functionality to archive build configurations, you can only pause them.
If you need to get the list of archived projects, you can use the projects endpoint for this: https://www.jetbrains.com/help/teamcity/rest/get-project-details.html#List+Projects
The project locator has the `archived` property; you can use it to get only the archived projects.
How to use locators: https://www.jetbrains.com/help/teamcity/rest/locators.html#Add+Locators+to+Requests
Project locator: https://www.jetbrains.com/help/teamcity/rest/projectlocator.html
Best regards,
Anton