{ "operationId": "getEventProperty", "method": "GET", "path": "/api/2/taxonomy/event-property/{event_property}", "summary": "Amplitude Get an Event Property", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "getEventProperty200Example", "example": { "event_property": "example_value", "event_type": "standard", "description": "Example description text", "type": "standard", "is_required": true } } ] }