cURL
curl --request GET \ --url https://api.eden.art/v2/sessions/share/{share_id}
{ "share": { "share_id": "<string>", "title": "<string>", "session": "<any>", "messages": [ "<any>" ], "owner": "<any>", "createdAt": "<string>" } }
Retrieve a publicly shared session using its share ID (no authentication required).
Default Response
Show child attributes