---
title: "Assign an Investigation Alert to an Agent"
method: PUT
path: "/investigations/{investigation_token}/alerts/{journey_application_token}/assign"
tags: ["Investigations"]
---

# Assign an Investigation Alert to an Agent

`PUT /investigations/{investigation_token}/alerts/{journey_application_token}/assign`

Assigns an Investigation Alert to an Agent

## Request body

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

## Response `200`

Success

- object
  - `error` object, nullable

## Other responses

- `404` — 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/revisions/405799de4d2a/schema)
