Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
compile-logs
{
  "results": {
    "pagination": {
      "totalResults": 123,
      "totalPageCount": 123,
      "pageSize": 123,
      "page": 123
    },
    "data": [
      {
        "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": [
                    "<any>"
                  ],
                  "tablesReferences": [
                    "<any>"
                  ],
                  "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

Query Parameters

pageSize
number

number of items per page

page
number

number of page

sortBy
enum<string>

column to sort by

Available options:
created_at,
compilation_source
sortDirection
enum<string>

sort direction (asc or desc)

Available options:
asc,
desc
triggeredByUserUuids
string

filter by triggered user UUIDs (comma-separated)

source
enum<string>

filter by source ("cli_deploy", "refresh_dbt")

Available options:
cli_deploy,
refresh_dbt,
create_project

Response

Success

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