# Retrieve submission details Retrieve the details of the specified content submission Endpoint: GET /submissions/{submission} Version: 3.0.0 Security: SessionKey ## Path parameters: - `submission` (string, required) Unique identifier of the requested content submission resource ## Response 200 fields (application/json): - `self` (string) URI of the content submission resource - `type` (string) The type of content that has been submitted for review Enum: "advertisement", "event" - `content` (any) Details of the content that has been submitted for review ## Response 404 fields (application/json): - `message` (string) Reason for the given response.