v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Review Queue

List Review Queue

List entities awaiting curation, for a human reviewer's queue.

Returns a cursor-paginated set of entities scoped to your account+environment (and optional bucket), each carrying a small preview of its first mentions so a reviewer can triage without opening every entity. All filters AND together.

  • status (repeatable) restricts to the given lifecycle states. Omitting it defaults to the pre-terminal states extracted and proposed.
  • type (repeatable, ety_... IDs) matches the entity's effective type: an entity matches when its assigned type is one of these IDs, or it has no assigned type and its bem-inferred type name matches one of them.
  • assignedTo (me or a usr_... ID) restricts to entities whose effective type the given user reviews. me resolves to the calling user.
  • since (RFC3339) restricts to entities created at or after the time.

Pagination is cursor-based on entityID ascending; default limit is 50, maximum 200.

get/v3/review-queue

Query parameters

statusstring[]

Restrict to these lifecycle states. Defaults to extracted + proposed.

typestring[]

Restrict to entities whose effective type is one of these ety_... IDs.

assignedTostring

me or a usr_... ID — restrict to entities whose effective type that user reviews.

sincestring

RFC3339 timestamp — restrict to entities created at or after this time.

cursorstring

Cursor — an entityID defining your place in the list.

bucketstring

Optional bucket public ID (bkt_...) to scope to. Omit for all buckets.

limitinteger

Response

The request has succeeded.

hasMoreboolean required

Whether more rows exist beyond this page.

nextCursorstring

Opaque cursor to pass as ?cursor= for the next page. Empty when hasMore is false.