cURL
curl --request GET \ --url https://api.eden.art/v2/sessions/{session_id} \ --header 'X-Api-Key: <api-key>'
{ "session": "<any>", "hasMore": true, "nextCursor": "<string>" }
Retrieve detailed information about a specific session with the latest 25 messages. Use the dedicated messages endpoint for pagination.
Default Response