# Retrieve a list of Contents with approval statuses belonging to the account used to make the request **GET /v2/ContentAndApprovals** Retrieve a list of Contents with approval statuses belonging to the account used to make the request A Content resource represents rich messaging content and its respective approval request status. ## Servers - https://content.twilio.com: https://content.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Query parameters - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. - **Page** (integer) The page index. This value is simply for client state. - **PageToken** (string) The page token. This is provided by the API. - **SortByDate** (string) Whether to sort by ascending or descending date updated - **SortByContentName** (string) Whether to sort by ascending or descending content name - **DateCreatedAfter** (string(date-time)) Filter by >=[date-time] - **DateCreatedBefore** (string(date-time)) Filter by <=[date-time] - **ContentName** (string) Filter by Regex Pattern in content name - **Content** (string) Filter by Regex Pattern in template content - **Language** (array[string]) Filter by array of valid language(s) - **ContentType** (array[string]) Filter by array of contentType(s) - **ChannelEligibility** (array[string]) Filter by array of ChannelEligibility(s), where ChannelEligibility=: ## Responses ### 200 OK #### Body: application/json (object) - **contents** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)