Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Get All Git Connection Tests
Returns a list of tests which can be run against a project's (or the dependency project for the provided remote_url) git connection. Call Run Git Connection Test to execute each test in sequence.
Tests are ordered by increasing specificity. Tests should be run in the order returned because later tests require functionality tested by tests earlier in the test list.
For example, a late-stage test for write access is meaningless if connecting to the git server (an early test) is failing.
Request
GET
/projects/{project_id}/git_connection_tests
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
project_id
string
Project Id
query
HTTP Query
Expand HTTP Query definition...
remote_url
string
(Optional: leave blank for root project) The remote url for remote dependency to test.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Get All Git Connection Tests\n\nVersion 4.0.25.14 (latest)\n\n### Get All Git Connection Tests\n\nReturns a list of tests which can be run against a project's (or the dependency project for the provided remote_url) git connection. Call [Run Git Connection Test](/looker/docs/reference/looker-api/latest/methods/Project/run_git_connection_test) to execute each test in sequence.\n\nTests are ordered by increasing specificity. Tests should be run in the order returned because later tests require functionality tested by tests earlier in the test list.\n\nFor example, a late-stage test for write access is meaningless if connecting to the git server (an early test) is failing.\n\nRequest\n-------\n\nGET /projects/{project_id}/git_connection_tests \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nproject_id \nstring \nProject Id \nquery \nHTTP Query \nExpand HTTP Query definition... \nremote_url \nstring \n(Optional: leave blank for root project) The remote url for remote dependency to test.\n\nResponse\n--------\n\n### 200: Git Connection Test\n\nDatatype \nDescription \n(array) \n[GitConnectionTest](/looker/docs/reference/looker-api/latest/types/GitConnectionTest)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ndescription \n*lock* \nstring \nHuman readable string describing the test \nid \n*lock* \nstring \nA short string, uniquely naming this test\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]