Version 4.0.24.14
Return the value of an artifact
The MIME type for the API response is set to the content_type
of the value
Note: The artifact storage API can only be used by Looker-built extensions.
Request
GET
/artifact/{namespace}/value
Datatype
Description
Request
path
Expand HTTP Path definition...
namespace
Artifact storage namespace
query
Expand HTTP Query definition...
key
Artifact storage key. Namespace + Key must be unique
Response
200: Artifact value
Datatype
Description
(string)
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
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link