curl --request GET \
--url https://api.eqho.ai/v1/roles/{role_id} \
--header 'X-API-KEY: <api-key>'
{
"description": "Help customers with their problems and concerns.",
"markdown": {
"sections": [
{
"content": "Help customers with their problems and concerns.",
"level": 2,
"subsections": [
{
"content": "Help customers with their problems and concerns.",
"level": 3,
"title": "Subsection 1"
}
],
"title": "Instructions"
}
]
},
"name": "Customer Support"
}
curl --request GET \
--url https://api.eqho.ai/v1/roles/{role_id} \
--header 'X-API-KEY: <api-key>'
{
"description": "Help customers with their problems and concerns.",
"markdown": {
"sections": [
{
"content": "Help customers with their problems and concerns.",
"level": 2,
"subsections": [
{
"content": "Help customers with their problems and concerns.",
"level": 3,
"title": "Subsection 1"
}
],
"title": "Instructions"
}
]
},
"name": "Customer Support"
}
24
Successful Response
The response is of type object
.
Was this page helpful?