Version 4.0.24.18 (latest)
Get information about all lookml models.
Request
GET
/lookml_models
Datatype
Description
Request
query
Expand HTTP Query definition...
fields
Requested fields.
limit
Number of results to return. (can be used with offset)
offset
Number of results to skip before returning any. (Defaults to 0 if not set when limit is used)
Response
200: LookML Model
Datatype
Description
(array)
can
lock
Operations the current user is able to perform on this object
allowed_db_connection_names
explores
Expand LookmlModelNavExplore definition...
name
lock
Name of the explore
description
lock
Description for the explore
label
lock
Label for the explore
hidden
lock
Is this explore marked as hidden
group_label
lock
Label used to group explores in the navigation menus
has_content
lock
Does this model declaration have have lookml content?
label
lock
UI-friendly name for this model
name
Name of the model. Also used as the unique identifier
project_name
Name of project containing the model
unlimited_db_connections
Is this model allowed to use all current and future connections
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
Examples
Kotlin
https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt |
Swift
https://github.com/looker-open-source/sdk-codegen/blob/main/swift/looker/Tests/lookerTests/smokeTests.swift |