cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/vscode-url \ --header 'Authorization: Bearer <token>'
{ "vscode_url": "<string>" }
Get the VSCode URL for the conversation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
VSCode URL
The response is of type object.
object
Was this page helpful?