v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Accounts

Get Classifications

Returns the paginated list of classifications configured for the authenticated account. Deleted classifications are excluded from results.

get/v1/accounts/me/classifications

Response

OK. Returns a list of classifications for the account.

idstring uuid required

Unique ID of the classification.

labelstring required

Display name of the classification.

priorityinteger required

Priority of the classification.

descriptionstring nullable

Optional description of the classification.

guidelineUrlstring nullable

Optional URL linking to classification guidelines.

Example response

[
  {
    "id": "b7db4f07-5225-4a0c-8313-0fe199eec844",
    "label": "private",
    "priority": 1,
    "description": "For documents with sensitive customer data",
    "guidelineUrl": "https://lucid.app/lucidspark/classification-guidelines"
  }
]