--- title: "Get playground session details" description: "Retrieve detailed information about a specific playground session,\nincluding its current status and configuration.\n" source: https://flowdrop.io/docs/api/playground/getPlaygroundSession site: FlowDrop documentation --- # Get playground session details `GET /playground/sessions/{sessionId}` Retrieve detailed information about a specific playground session, including its current status and configuration. ## Parameters - `sessionId` · in path · string · required — Playground session UUID ## Responses - `200` — Session details retrieved successfully (`application/json`: PlaygroundSessionResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Playground*