---
title: "Get Execution Artifacts"
method: GET
path: "/executions/{execution_id}/artifacts"
tags: ["executions"]
---

# Get Execution Artifacts

`GET /executions/{execution_id}/artifacts`

Resolve the artifacts an execution produced (PRs / issues) to live status.

Reads the execution's `result.artifacts` — a list of refs like
`{"type": "pr"|"issue", "repo": "owner/name", "number": N}` — and fetches
each one's current GitHub state (CI / review / merge) so the cockpit can
show and act on the real work.

## Path parameters

- `execution_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
