Data
List a label's assignments
GET/labels/{labelId}/assignments
Scopegraph:readRoleCurrent memberBilling1 credit per call
Pages through every entity assigned to a workspace label.
Path parameters
labelIduuidrequired
Label id from GET /data/labels.
Query parameters
limitintegeroptional
Page size. Default 50, maximum 200.
cursoruuidoptional
The nextCursor from the previous page. Omit for the first page.
Response
items{ entity_id, label_id, added_at, added_by }[]
nextCursoruuid | null