---
title: "Assign Investigations"
method: PUT
path: "/investigations/assign"
tags: ["Investigations"]
---

# Assign Investigations

`PUT /investigations/assign`

Assigns one or more Investigations to an Agent

## Request body

- object
  - `agent_token` string
  - `investigation_tokens` string[]

## Response `200`

Success

- object
  - `error` object, nullable

## Other responses

- `404` — Agent or Investigation not found

---

[API](https://skmtc.net/alloy/apis/alloy-api.md) · [All operations](https://skmtc.net/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alloy/alloy-api/versions/405799de4d2a/schema)
