--- title: "List playground sessions for a workflow" description: "Retrieve all playground sessions associated with a workflow.\nSessions are used to test and interact with workflows in an isolated environment.\n" source: https://flowdrop.io/docs/api/playground/listPlaygroundSessions site: FlowDrop documentation --- # List playground sessions for a workflow `GET /workflows/{id}/playground/sessions` Retrieve all playground sessions associated with a workflow. Sessions are used to test and interact with workflows in an isolated environment. ## Parameters - `id` · in path · string · required — Workflow UUID - `limit` · in query · integer — Maximum number of sessions to return - `offset` · in query · integer — Number of sessions to skip ## Responses - `200` — List of playground sessions (`application/json`: PlaygroundSessionsResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Playground*