cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/web-hosts \ --header 'Authorization: Bearer <token>'
{ "hosts": [ "<string>" ] }
Get the hosts used by the runtime
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Runtime hosts
The response is of type object.
object
Was this page helpful?