cURL
curl --request POST \ --url https://api.honcho.dev/v3/workspaces/{workspace_id}/sessions/{session_id}/clone \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "is_active": true, "workspace_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "metadata": {}, "configuration": {} }
Clone a Session, optionally up to a specific message ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Message ID to cut off the clone at
Successful Response