cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/projects/{project_id}
{ "id": "<string>", "organization_id": "<string>", "name": "<string>", "key": "<string>", "description": "<string>", "goals": "<string>", "settings": {}, "status": "<string>", "visibility": "<string>", "owner_id": "<string>", "owner_email": "<string>", "restrict_to_environment": false, "policy_ids": [], "default_model": "<string>", "created_at": "<string>", "updated_at": "<string>", "archived_at": "<string>", "agent_count": 0, "team_count": 0 }
Get a specific project by ID
Successful Response
Was this page helpful?