> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Reference pages for Dashboard endpoints.

Reference pages for Dashboard endpoints.

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/dashboard/activity" href="/api-reference/dashboard/get-v1-dashboard-activity">Return dashboard activity totals and recent request rows for the current organization</Card>
  <Card title="GET /v1/dashboard/overview" href="/api-reference/dashboard/get-v1-dashboard-overview">Return the logged-in dashboard overview with principal, org, enriched billing, usage, and API key context</Card>
  <Card title="GET /v1/dashboard/settings" href="/api-reference/dashboard/get-v1-dashboard-settings">Return profile, organization, appearance, security, and account-deletion settings for the dashboard</Card>
  <Card title="POST /v1/dashboard/settings/account-deletion-request" href="/api-reference/dashboard/post-v1-dashboard-settings-account-deletion-request">Record an account-deletion request for the current organization without deleting data inline</Card>
  <Card title="PUT /v1/dashboard/settings/appearance" href="/api-reference/dashboard/put-v1-dashboard-settings-appearance">Update dashboard appearance preferences for the current organization</Card>
  <Card title="PATCH /v1/dashboard/settings/organization" href="/api-reference/dashboard/patch-v1-dashboard-settings-organization">Update locally owned organization profile settings</Card>
  <Card title="PATCH /v1/dashboard/settings/profile" href="/api-reference/dashboard/patch-v1-dashboard-settings-profile">Update local dashboard profile preferences for the current WorkOS user</Card>
  <Card title="GET /v1/dashboard/usage/endpoints" href="/api-reference/dashboard/get-v1-dashboard-usage-endpoints">Return dashboard endpoint-level usage breakdown for the current organization</Card>
  <Card title="GET /v1/dashboard/usage/export" href="/api-reference/dashboard/get-v1-dashboard-usage-export">Export dashboard usage request log rows as JSON or CSV</Card>
  <Card title="GET /v1/dashboard/usage/requests" href="/api-reference/dashboard/get-v1-dashboard-usage-requests">Return recent dashboard request log rows for the current organization</Card>
  <Card title="GET /v1/dashboard/usage/series" href="/api-reference/dashboard/get-v1-dashboard-usage-series">Return dashboard usage counts over time for the current organization</Card>
</CardGroup>
