Sessions
Download Session
Authentication
Connections
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Download Session
Download session by id
GET
/
sessions
/
{session_id}
/
download
curl --request GET \
--url https://use.hoop.dev/api/sessions/{session_id}/download
"<string>"
Path Parameters
The id of the resource
Response
200
application/json
OK
The response is of type string
.
curl --request GET \
--url https://use.hoop.dev/api/sessions/{session_id}/download
"<string>"