cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/organizations/{org_id}/repositories \ --header 'Authorization: Bearer <token>'
{ "items": [ { "git_connection_host": "<string>", "git_connection_id": "<string>", "indexing_status": { "indexing_enabled": true, "latest_completed_search_index_job": { "branch_name": "<string>", "commit": "<string>", "created_at": 123, "job_id": "<string>", "status": "failed" }, "latest_completed_wiki_index_job": { "branch_name": "<string>", "commit": "<string>", "created_at": 123, "job_id": "<string>", "status": "failed" }, "latest_indexes": [ { "branch_name": "<string>", "commit": "<string>", "created_at": 123, "job_id": "<string>", "status": "failed" } ] }, "last_updated_at": 123, "provider_repository_id": "<string>", "repo_description": "<string>", "repo_language": "<string>", "repo_name": "<string>", "repo_path": "<string>" } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
Read
服务用户凭据(前缀:cog_)
1 <= x <= 100
成功响应
显示 子属性
用于获取下一页的游标;如果没有下一页,则为 None。
当前页之后是否还有更多可用条目。
可选的总数(为提升性能可省略)。