[[["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-05-08 UTC."],[[["\u003cp\u003eThis endpoint retrieves the status of a specified project via a \u003ccode\u003eGET\u003c/code\u003e request to the \u003ccode\u003ehttps://contentwarehouse.googleapis.com/v1/{location}:getStatus\u003c/code\u003e URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003elocation\u003c/code\u003e path parameter, which follows the format \u003ccode\u003eprojects/{projectNumber}/locations/{location}\u003c/code\u003e, and an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes details like the project's \u003ccode\u003estate\u003c/code\u003e, \u003ccode\u003edatabaseType\u003c/code\u003e, \u003ccode\u003eaccessControlMode\u003c/code\u003e, \u003ccode\u003edocumentCreatorDefaultRole\u003c/code\u003e, and whether \u003ccode\u003eqaEnabled\u003c/code\u003e is active.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estate\u003c/code\u003e field can have several values, including \u003ccode\u003ePROJECT_STATE_PENDING\u003c/code\u003e, \u003ccode\u003ePROJECT_STATE_COMPLETED\u003c/code\u003e, \u003ccode\u003ePROJECT_STATE_FAILED\u003c/code\u003e, and more.\u003c/p\u003e\n"],["\u003cp\u003eThe authorization for this request will require the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.getStatus\n\nGet the project status.\n\n### HTTP request\n\n`GET https://contentwarehouse.googleapis.com/v1/{location}:getStatus`\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nstatus of a project, including the project state, dbType, aclMode and etc.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\nProjectState\n------------\n\nstate of a project."]]