Skip to main content
GET
/
v1
/
event
/
{eventId}
/
dashboards
/
{id}
Get a dashboard
curl --request GET \
  --url https://public-api.sessionboard.com/v1/event/{eventId}/dashboards/{id} \
  --header 'x-access-token: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "widgets": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://apidocs.sessionboard.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-access-token
string
header
required

Organization API token. Generate from Organization Settings → API Tokens.

Path Parameters

eventId
integer
required
id
string
required

Response

OK

id
string
name
string
widgets
object[]