cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/config \ --header 'Authorization: Bearer <token>'
{ "runtime_id": "<string>", "session_id": "<string>" }
Retrieve the runtime configuration (session ID and runtime ID)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Runtime configuration
The response is of type object.
object
Was this page helpful?