List all dashboards

GET/v2/dashboards

List dashboards visible to the caller.

Parameters #

PropertyTypeLocationDescription
limitinteger<int64>query
offsetinteger<int64>query

Request #

curl -X GET 'https://api.axiom.co/v2/dashboards' \
  -H 'Authorization: Bearer API_TOKEN'
Try itRun this request against your Axiom organization

Credentials stay in this browser tab and are only sent to Axiom when you run the request.

Response #

200List of dashboards
application/json
PropertyTypeDescription
createdAtstring<date-time>Required
createdBystringRequired
dashboardobjectRequired
namestringRequired
ownerstringRequiredUser ID of the dashboard owner. Use X-AXIOM-EVERYONE to make the dashboard accessible to all users in the organization.
descriptionstring
chartsunknown[]Required
layoutobject[]Required
istringRequired
xintegerRequired
yintegerRequired
wintegerRequired
hintegerRequired
minWinteger
minHnumber
maxWinteger
maxHinteger
staticboolean
refreshTimeintegerRequired
schemaVersionintegerRequired
againststringRelative time comparison offset. Compares the current time window against a previous period offset by this duration. Mutually exclusive with againstTimestamp — setting one clears the other. Use an empty string or omit to disable comparison.
againstTimestampstringAbsolute or relative timestamp to compare against. Mutually exclusive with against — setting one clears the other. Accepts ISO 8601, now-{duration} (e.g. now-1h), or epoch milliseconds as a string.
timeWindowStartstringRequiredStart of the dashboard time range. Use qr-now-{duration} for a quick range relative to now, where duration is a number followed by s (seconds), m (minutes), h (hours), d (days), or w (weeks). Examples: qr-now-5m, qr-now-1h, qr-now-7d. Alternatively, use a Unix epoch millisecond timestamp as a string (e.g. 1704067200000).
timeWindowEndstringRequiredEnd of the dashboard time range. Use qr-now for a rolling window that tracks the current time (pair with a qr-now-{duration} start), or a Unix epoch millisecond timestamp as a string (e.g. 1704153600000).
uidstringOptional dashboard UID. Must contain only letters, numbers, underscores, or hyphens, with length 1-128 when provided.
idstringRequired
uidstringRequired
updatedAtstring<date-time>Required
updatedBystringRequired
versioninteger<int64>Required