> For the complete documentation index, see [llms.txt](https://argos-ci.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://argos-ci.com/docs/learn/review-workflow/builds-list.md).

# Builds list

The Builds list is the main view for tracking every Argos build in a project. It helps you scan status, drill into a specific build, and filter down to exactly the runs you care about.

![Builds list showing build rows with status badges, change counts, and filters](/files/bffe5cc07035373fc717d5e4973f4f5cc53d05c4)

*A project Builds list with status badges, change counts, and filters*

### Open the Builds list

1. Open your project in Argos.
2. Click the **Builds** tab.

### What each row shows

Each row represents a single build and typically includes:

* **Build ID** and status (for example: Auto-approved, Approved, Changes detected, or Rejected).
* **Change counts** for the build (changes, additions, and removals when applicable).
* **Pull request metadata** when the build is linked to a PR.
* **Branch and commit** information.
* **Timestamp** for when the build was created.

### Filters

Use the filters at the top of the page to narrow the list:

* **Type**: Filter by build category (for example: check, orphan, or auto-approved builds).
* **Status**: Filter by review state (for example: approved, changes detected, or rejected).
* **Build name**: Filter to a specific build name when your CI splits builds (see [Build splitting](/docs/learn/how-to-guides/ci-pipelines/monorepos-setup.md)).

Build names in the filter are sourced from builds created in the **last month**. Builds can't be deleted, but unused build names drop out of the filter list after about a month of inactivity.

### FAQ

<details>

<summary>Can I delete a build?</summary>

No. Builds are immutable records and cannot be deleted.

</details>

<details>

<summary>Why did a build name disappear from the filter?</summary>

The build name list only includes names used in builds created within the last month. If a build name has no recent activity, it will no longer appear.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://argos-ci.com/docs/learn/review-workflow/builds-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
