---
title: "Answer Pulse Dashboard Question"
method: POST
path: "/v2/artifacts/{artifactId}/answer"
tags: ["Duvo Pulse"]
---

# Answer Pulse Dashboard Question

`POST /v2/artifacts/{artifactId}/answer`

Answer a pending question the Duvo Pulse agent asked and resume the paused run (creator or team editors). Use the toolCallId from the dashboard's message transcript.

## Path parameters

- `artifactId` string, uuid, required

## Request body

- object
  - `toolCallId` string, required
  - `answers` object, required

## Response `200`

Default Response

- object
  - `ok` true, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response

---

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