[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Get All External OAuth Applications\n\nVersion 4.0.25.14 (latest)\n\n### Get all External OAuth Applications.\n\nThis is an OAuth Application which Looker uses to access external systems.\n\nRequest\n-------\n\nGET /external_oauth_applications \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \nname \nstring \nApplication name \nclient_id \nstring \nApplication Client ID\n\nResponse\n--------\n\n### 200: External OAuth Application\n\nDatatype \nDescription \n(array) \n[ExternalOauthApplication](/looker/docs/reference/looker-api/latest/types/ExternalOauthApplication)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nID of this OAuth Application \nname \nstring \nThe name of this application. For Snowflake connections, this should be the name of the host database. \nclient_id \nstring \nThe OAuth Client ID for this application \nclient_secret \nstring \n(Write-Only) The OAuth Client Secret for this application \ntenant_id \nstring \nThe OAuth Tenant ID for this application \ndialect_name \nstring \nThe database dialect for this application. \ncreated_at \n*lock* \nstring \nCreation time for this application\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Swift"]]