cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/config \ --header 'X-Session-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Retrieve the runtime configuration.
Currently, this is the session ID and runtime ID (if available).
Successful Response
Was this page helpful?