Get All External OAuth Applications

Version 4.0.24.6 (latest)

Get all External OAuth Applications.

This is an OAuth Application which Looker uses to access external systems.

Request

GET /external_oauth_applications
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
name
string
Application name
client_id
string
Application Client ID

Response

200: External OAuth Application

Datatype
Description
can
object
Operations the current user is able to perform on this object
id
string
ID of this OAuth Application
name
string
The name of this application. For Snowflake connections, this should be the name of the host database.
client_id
string
The OAuth Client ID for this application
client_secret
string
(Write-Only) The OAuth Client Secret for this application
dialect_name
string
The database dialect for this application.
created_at
string
Creation time for this application

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples