---
title: "List Pulse Dashboard Messages"
method: GET
path: "/v2/artifacts/{artifactId}/messages"
tags: ["Duvo Pulse"]
---

# List Pulse Dashboard Messages

`GET /v2/artifacts/{artifactId}/messages`

List the chat transcript of a Duvo Pulse dashboard's live version (requires edit access). Returns the most recent page by default, oldest first within the page; pass `before` (a message id from a previous page) to walk back through older messages. Messages from other version branches are not included.

## Path parameters

- `artifactId` string, uuid, required

## Query parameters

- `limit` integer
- `before` string, uuid

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, uuid, required
    - `artifact_id` string, uuid, required
    - `author_user_id` string, uuid, nullable
    - `role` 'user' | 'assistant', required
    - `content` string, required
    - `created_at` string, required
    - `revision_id` string, uuid, nullable
    - `message` unknown
    - `selected_element` object, nullable
      - `selector` string, required
      - `label` string, required
      - `tag_name` string, required
      - `text` string
      - `outer_html` string, required
  - `total` integer, required
  - `has_more` boolean, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — 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/revisions/dafcf3d868a9/schema)
