---
title: "Retrieve rendered Event Config Schema of system module data by module name and version"
method: GET
path: "/modules/{module_name}/versions/{version}/options/{option_name}"
tags: ["Modules"]
---

# Retrieve rendered Event Config Schema of system module data by module name and version

`GET /modules/{module_name}/versions/{version}/options/{option_name}`

## Path parameters

- `module_name` string, required
- `version` string, required
- `option_name` 'id' | 'tenant_id' | 'service_type' | 'state' | 'config_schema' | 'default_config' | 'static_dependencies' | 'fields_schema' | 'action_config_schema' | 'default_action_config' | 'event_config_schema' | 'default_event_config' | 'changelog' | 'locale' | 'info' | 'last_update' | 'event_config_schema_definitions' | 'action_config_schema_definitions', required

## Response `200`

module option received successful

- object
  - `data` object
  - `status` string

## Other responses

- `403` — getting module option not permitted
- `404` — system module not found
- `500` — internal error on getting module option

---

[API](https://skmtc.dev/vxcontrol/apis/soldr-swagger-api.md) · [All operations](https://skmtc.dev/vxcontrol/apis/soldr-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vxcontrol/soldr-swagger-api/revisions/ac519ec936b3/schema)
