cURL
curl --request GET \ --url https://api.devin.ai/v3/enterprise/git-providers/connections/{connection_id}/repositories \ --header 'Authorization: Bearer <token>'
{ "items": [ { "git_connection_host": "<string>", "git_connection_id": "<string>", "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 }
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
ManageGitIntegrations
服务用户凭据(前缀:cog_)
1 <= x <= 100
成功响应
Show child attributes
用于获取下一页的游标;如果这是最后一页,则为 None。
此页之后是否还有更多项可用。
可选的总数(为提高性能,可省略)。