Skip to main content
GET
/
api
/
conversations
/
{conversation_id}
/
config
Get Remote Runtime Config
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>"
    }
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Response

Successful Response