curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/projects/{project_id}/agents \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}List all agents in a project
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/projects/{project_id}/agents \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?