- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Get a label by its resource name. For more information, see Search for labels .
Resource name may be any of:
-
labels/{id}- Seelabels/{id}@latest -
labels/{id}@latest- Gets the latest revision of the label. -
labels/{id}@published- Gets the current published revision of the label. -
labels/{id}@{revisionId}- Gets the label at the specified revision ID.
HTTP request
GET https://drivelabels.googleapis.com/v2/{name=labels/*}
The URL uses gRPC Transcoding syntax.
Path parameters
name
string
Required. Label resource name.
May be any of:
-
labels/{id}(equivalent to labels/{id}@latest) -
labels/{id}@latest -
labels/{id}@published -
labels/{id}@{revisionId}
Query parameters
| Parameters | |
|---|---|
useAdminAccess
|
Set to |
languageCode
|
The BCP-47 language code to use for evaluating localized field labels. When not specified, values in the default configured language are used. |
view
|
When specified, only certain fields belonging to the indicated view are returned. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Label
.
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/drive.labels -
https://www.googleapis.com/auth/drive.labels.readonly -
https://www.googleapis.com/auth/drive.admin.labels -
https://www.googleapis.com/auth/drive.admin.labels.readonly
For more information, see the Authorization guide .

