getmemoryinfo

Returns information about memory usage, either general statistics (“stats”) or heap information (“mallocinfo”).

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
modeenumOptional

Determines what kind of information is returned: - “stats” returns general statistics about memory usage. - “mallocinfo” returns an XML string describing low-level heap state.

Allowed values:

Response

Memory usage details.
lockedobject or null
Information about locked memory.