curl --request GET \
--url https://api.pipecat.daily.co/v1/agents/{agentName} \
--header 'Authorization: Bearer <token>'{
"name": "voice-starter",
"region": "us-west",
"ready": true,
"createdAt": "2025-04-19T01:20:27.564Z",
"updatedAt": "2025-04-19T01:25:47.229Z",
"activeDeploymentId": "19db578d-808c-420a-a047-87edde4410c1",
"activeDeploymentReady": false,
"autoScaling": {
"maxReplicas": 10,
"minReplicas": 1
},
"activeSessionCount": 0,
"agentProfile": "agent-1x",
"deployment": {
"id": "19db578d-808c-420a-a047-87edde4410c1",
"manifest": {
"apiVersion": "pipecatcloud.daily.co/v1",
"kind": "PCService",
"metadata": {
"name": "voice-starter",
"namespace": "tiny-ferret-maroon-123"
},
"spec": {
"dailyNodeType": "arm",
"deploymentMode": "keda",
"clusterLocal": true,
"image": "your-dockername/voice-starter:0.1",
"autoScaling": {
"minReplicas": 1,
"maxReplicas": 10
},
"envFromSecretNames": [
"voice-starter-secrets"
],
"krispModels": {
"enabled": false
},
"krispViva": {
"audioFilters": true,
"version": "20251010",
"modelVars": {
"KRISP_VIVA_MODEL_PATH": "audio_filters/krisp-viva-tel-v2.kef"
}
},
"integratedKeysProxy": {
"enabled": false
},
"resources": {
"cpu": "500m",
"memory": "1Gi"
}
}
},
"serviceId": "b59a68ee-61c8-4d99-9ceb-e99a3953bdac",
"createdAt": "2025-04-19T01:25:47.225Z",
"updatedAt": "2025-04-19T01:25:47.225Z"
},
"krispViva": {
"audioFilter": "tel"
}
}Retrieve detailed information about a specific agent including its deployment status.
curl --request GET \
--url https://api.pipecat.daily.co/v1/agents/{agentName} \
--header 'Authorization: Bearer <token>'{
"name": "voice-starter",
"region": "us-west",
"ready": true,
"createdAt": "2025-04-19T01:20:27.564Z",
"updatedAt": "2025-04-19T01:25:47.229Z",
"activeDeploymentId": "19db578d-808c-420a-a047-87edde4410c1",
"activeDeploymentReady": false,
"autoScaling": {
"maxReplicas": 10,
"minReplicas": 1
},
"activeSessionCount": 0,
"agentProfile": "agent-1x",
"deployment": {
"id": "19db578d-808c-420a-a047-87edde4410c1",
"manifest": {
"apiVersion": "pipecatcloud.daily.co/v1",
"kind": "PCService",
"metadata": {
"name": "voice-starter",
"namespace": "tiny-ferret-maroon-123"
},
"spec": {
"dailyNodeType": "arm",
"deploymentMode": "keda",
"clusterLocal": true,
"image": "your-dockername/voice-starter:0.1",
"autoScaling": {
"minReplicas": 1,
"maxReplicas": 10
},
"envFromSecretNames": [
"voice-starter-secrets"
],
"krispModels": {
"enabled": false
},
"krispViva": {
"audioFilters": true,
"version": "20251010",
"modelVars": {
"KRISP_VIVA_MODEL_PATH": "audio_filters/krisp-viva-tel-v2.kef"
}
},
"integratedKeysProxy": {
"enabled": false
},
"resources": {
"cpu": "500m",
"memory": "1Gi"
}
}
},
"serviceId": "b59a68ee-61c8-4d99-9ceb-e99a3953bdac",
"createdAt": "2025-04-19T01:25:47.225Z",
"updatedAt": "2025-04-19T01:25:47.225Z"
},
"krispViva": {
"audioFilter": "tel"
}
}Show child attributes
Show child attributes
Show child attributes