Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
compile-logs
/
job
/
{jobUuid}
{
  "results": {
    "log": {
      "report": {
        "baseTableNames": [
          "<string>"
        ],
        "exploresWithErrors": [
          {
            "name": "<string>",
            "label": "<string>",
            "tags": [
              "<string>"
            ],
            "groupLabel": "<string>",
            "baseTable": "<string>",
            "joinedTables": [
              {
                "type": "inner",
                "table": "<string>",
                "hidden": true,
                "sqlOn": "<string>",
                "always": true,
                "relationship": "one-to-many",
                "parameterReferences": [
                  "<string>"
                ],
                "tablesReferences": [
                  "<string>"
                ],
                "compiledSqlOn": "<string>"
              }
            ],
            "tables": {},
            "unfilteredTables": {},
            "targetDatabase": "bigquery",
            "warehouse": "<string>",
            "databricksCompute": "<string>",
            "ymlPath": "<string>",
            "sqlPath": "<string>",
            "type": "virtual",
            "spotlight": {
              "categories": [
                "<string>"
              ],
              "visibility": "show"
            },
            "aiHint": "<string>",
            "parameters": {},
            "errors": [
              {
                "message": "<string>",
                "type": "METADATA_PARSE_ERROR"
              }
            ]
          }
        ],
        "dimensionsCount": 123,
        "metricsCount": 123,
        "errorExploresCount": 123,
        "successfulExploresCount": 123,
        "totalExploresCount": 123
      },
      "warehouseType": "<string>",
      "requestMethod": "<string>",
      "dbtConnectionType": "<string>",
      "compilationSource": "cli_deploy",
      "createdAt": "2023-11-07T05:31:56Z",
      "organizationUuid": "<string>",
      "userName": "<string>",
      "userUuid": "<string>",
      "jobUuid": "<string>",
      "projectUuid": "<string>",
      "projectCompileLogId": "<string>"
    }
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

The uuid of the project

jobUuid
string
required

The uuid of the job

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok