suix_getDynamicFields

Returns a paginated list of dynamic field objects owned by a specified parent object ID. Dynamic fields allow objects to store flexible, extensible key-value mappings.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
parent_object_idstringRequired
The ID of the parent object that owns the dynamic fields.
cursorstringOptional

An optional paging cursor (ObjectID). If provided, returns items after this ID.

limitintegerOptional
Maximum number of items per page.

Response

A page of dynamic fields owned by the object.
datalist of objects
A list of results.
hasNextPageboolean
nextCursorstring or null
Cursor for fetching the next page.