List Characters

List retrieves a list of Character resources. This RPC accepts a ListCharactersRequest, which may include a parent parameter to scope the query, as well as pagination parameters such as page_size and page_token. It returns a ListCharactersResponse containing the list of Character resources and a next_page_token if additional pages are available. HTTP Mapping: GET "/v1/conversation/characters"

Path parameters

characterstringRequired
The character id.

Query parameters

pageSizeintegerOptional

page_size specifies the maximum number of Character resources to return.

pageTokenstringOptional

page_token is used to retrieve the next page of results.

Response

OK
characterslist of objectsRead-only
characters is the list of Character resources.
nextPageTokenstring

next_page_token is the token for retrieving the next page of results.

Errors

400
Bad Request Error