Version 4.0.25.20 (latest)
Get All LookML Tests
Returns a list of tests which can be run to validate a project's LookML code and/or the underlying data, optionally filtered by the file id. Call Run LookML Test to execute tests.
Request
GET
/projects/{project_id}/lookml_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...
file_id
string
File Id
Response
200: LookML Test
Datatype
Description
(array)
LookmlTest
[]
can
lock
object
Operations the current user is able to perform on this object
model_name
lock
string
Name of model containing this test.
name
lock
string
Name of this test.
explore_name
lock
string
Name of the explore this test runs a query against
query_url_params
lock
string
The url parameters that can be used to reproduce this test's query on an explore.
file
lock
string
Name of the LookML file containing this test.
line
lock
integer
Line number of this test in LookML.
400: Bad Request
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link

