Skip to content
Alchemy Logo

suix_getDynamicFields

POST
/{apiKey}

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.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The ID of the parent object that owns the dynamic fields.

stringoptional

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

integeroptional

Maximum number of items per page.

Responses

200

A page of dynamic fields owned by the object.

Was this page helpful?