---
title: "Get attribution report for an agent"
method: GET
path: "/api/agents/{id}/attribution"
tags: ["Agents"]
---

# Get attribution report for an agent

`GET /api/agents/{id}/attribution`

Self-scope by default. Requester must match target agent (`x-agent-name` or username), unless admin uses `?privileged=1`.

## Path parameters

- `id` string, required

## Query parameters

- `hours` integer
- `section` string
- `privileged` '1'

## Headers

- `x-agent-name` string

## Response `200`

Attribution report

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
