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