curl --request GET \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{id}/template-status \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get the creation status for an agent and its components.
curl --request GET \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{id}/template-status \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}