[[["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-09-08 UTC."],[],[],null,["Version 4.0.25.10\n| **Note:** These docs are for an older version of the API. The API reference is also available for [the latest version, 4.0.25.14](/looker/docs/reference/looker-api/latest).\n\nGet information about a datagroup.\n\nRequest \nGET /datagroups/{datagroup_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \ndatagroup_id \nstring \nID of datagroup.\n\nResponse \n\n200: Datagroup \nDatatype \nDescription \n(object) \n[Datagroup](/looker/docs/reference/looker-api/4.0/25.10/types/Datagroup) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncreated_at \n*lock* \ninteger \nUNIX timestamp at which this entry was created. \nid \n*lock* \nstring \nUnique ID of the datagroup \nmodel_name \n*lock* \nstring \nName of the model containing the datagroup. Unique when combined with name. \nname \n*lock* \nstring \nName of the datagroup. Unique when combined with model_name. \nstale_before \ninteger \nUNIX timestamp before which cache entries are considered stale. Cannot be in the future. \ntrigger_check_at \n*lock* \ninteger \nUNIX timestamp at which this entry trigger was last checked. \ntrigger_error \n*lock* \nstring \nThe message returned with the error of the last trigger check. \ntrigger_value \n*lock* \nstring \nThe value of the trigger when last checked. \ntriggered_at \ninteger \nUNIX timestamp at which this entry became triggered. Cannot be in the future.\n\n400: Bad Request \nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.10/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n404: Not Found \nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.10/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n429: Too Many Requests \nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.10/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples \n\nKotlin\n\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt](https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt#L276 \"https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt\") |"]]