
get
/v4/analytics/states-meta/{storingId}/setDescription
Get raw processor config (set description) for a storing_idReturn the raw processor config stored in the state_set_description table for the given storing_id. A storing_id holding decrypted confidential amounts answers 403.
Path parameters
storingIdstringrequired
The indexing (storing) id.
Responses
200Response for status 200
Schema
object
storingIdstringrequired
rawConfigobjectrequired
Raw processor config stored in the `state_set_description` table for this storingId.Example
{
"storingId": "string",
"rawConfig": {}
}get
https://analytics.merkl.xyz/v4/analytics/states-meta//setDescriptioncurl -X GET "https://analytics.merkl.xyz/v4/analytics/states-meta/29957782444464609/setDescription"