跳转到主要内容
GET
https://api.devin.ai
/
beta
/
v2
/
enterprise
/
repositories
/
{org_id}
获取代码仓库索引状态
curl --request GET \
  --url https://api.devin.ai/beta/v2/enterprise/repositories/{org_id} \
  --header 'Authorization: Bearer <token>'
此接口会返回与指定组织关联的所有代码仓库的当前索引状态。响应中包含有关索引任务、提交 SHA 以及每个代码仓库时间戳等信息。