Skip to main content
GET
List Pulse Dashboard Comments

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

artifactId
string<uuid>
required

Query Parameters

limit
integer

Maximum number of comment threads to return (1-200, default 50).

Required range: x <= 200
offset
integer

Number of comment threads to skip, for paging.

Required range: 0 <= x <= 9007199254740991
status
enum<string>

Return only threads in this state: open for threads not yet marked complete, complete for those that are. Omit for both. total and open_total always count the whole set, so a filtered page still reports how many threads exist.

Available options:
open,
complete

Response

Default Response

comments
object[]
required
total
number
required
open_total
number
required