Get Live Git Diagnosis

Version 4.0.26.12 (latest)

Retrieve Live Git Diagnostic Suite Execution Status

Request

GET /projects/{project_id}/git_diagnostic_report/{report_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
project_id
string
Looker Project ID
report_id
string
Report ID

Response

200: GitDiagnosticReport

Datatype
Description
can
object
Operations the current user is able to perform on this object
id
string
Unique ID of the git diagnostic report.
project_id
string
Target Looker Project ID.
user_id
string
ID of the user initiating the diagnosis.
state
string
Raw lifecycle state.
status
string
Status derived from state.
created_at
string
Creation time.
updated_at
string
Update time.
project_type
string
Project structure type.
Expand GitDiagnosticIssue definition...
can
object
Operations the current user is able to perform on this object
id
string
Unique ID of the diagnostic issue.
report_id
string
Parent diagnostic report ID.
project_id
string
Target Looker Project ID.
project_type
string
Environment scope (developer/production).
issue_type
string
Git diagnostic issue category.
issue_version
string
Version schema.
state
string
Current execution status.
created_at
string
Creation timestamp.
updated_at
string
Last update timestamp.

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link