GuideLab API

List reports

Returns the persisted built-in and custom report definitions for the authenticated lab.

GET
/reports

Returns the persisted built-in and custom report definitions for the authenticated lab.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Query Parameters

type?string

Value in

  • "built_in"
  • "custom"

Response Body

application/json

curl -X GET "https://example.com/reports"
[  {    "id": "string",    "name": "string",    "description": "string",    "icon": "string",    "type": "built_in",    "templateSlug": "string",    "isPinned": true,    "sortOrder": 0,    "createdAt": "string"  }]
Empty