Method: skills.list

Full name: projects.locations.skills.list

List Skills.

Endpoint

get https://{service-endpoint}/v1beta1/{parent}/skills

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The location to list the Skills in. Format: projects/{project}/locations/{location}

Query parameters

pageSize integer

Optional. The standard list page size.

pageToken string

Optional. The standard list page token.

Request body

The request body must be empty.

Response body

Response message for SkillRegistryService.ListSkills.

If successful, the response body contains data with the following structure:

Fields
skills[] object (Skill)

The Skills.

nextPageToken string

A token, which can be sent as ListSkillsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

JSON representation
{
  "skills": [
    {
      object (Skill)
    }
  ],
  "nextPageToken": string
}