Skip to main content
GET
List Team Pulse Dashboards

Authorizations

Authorization
string
header
required

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

Path Parameters

teamId
string
required

Query Parameters

limit
integer
default:20

Number of results per page (1-100, default 20)

Required range: 1 <= x <= 100
offset
integer
default:0

Number of results to skip

Required range: 0 <= x <= 9007199254740991
scope
enum<string>
default:created

Which dashboards to return: 'created' (yours, the default), 'team' (published to your whole team by a teammate), 'shared' (shared with you individually by a teammate), or 'automation' (owned by one of your team's automations, each carrying its automation's name).

Available options:
created,
shared,
team,
automation
after_id
string<uuid>

Keyset cursor for reading the whole 'automation' scope: the id of the last dashboard you received; returns the page after it in (created_at, id) order. Use this instead of 'offset' when reading every page, so a dashboard created, updated or deleted between requests cannot shift a page boundary you have already passed. 400 when the id no longer names a dashboard (restart from the first page). Only valid with scope=automation.

Response

Default Response

artifacts
object[]
required
total
number
required
limit
number
required
offset
number
required