Design system  /  Components  /  Redoc shell
RedocShell + VerbPill · 3-column API-reference layout (left nav / middle prose / right code samples)

List objects

Returns a paginated list of objects for the given register + schema combination. Supports faceting on indexed properties.

Get /api/objects/{register}/{schema}

Path parameters

NameTypeDescription
registerstringThe register slug (e.g. woo).
schemastringThe schema slug within the register (e.g. publication).

Query parameters

NameTypeDescription
pageintegerPage number, starting at 1.
page_sizeintegerPage size, max 200.
qstringFull-text query against indexed fields.

Responses

StatusBody
200Paginated list of objects.
404Register or schema not found.