# Return a list of Realtime Attributes for the Audience Return a list of Realtime Attributes for the Audience Endpoint: GET /audiences/{audienceId}/realtime_attributes Version: 1.0.0 ## Path parameters: - `audienceId` (integer, required) Audience ID ## Query parameters: - `page[after]` (string) A string to fetch more page. The next value should be present at the pagination.nextPage in the previous response if more pages exist. - `page[size]` (number) The maximum number of results to return per page - `sorted_by` (string) Specify the sort order in the format foo:asc or foo:desc. - `name_include` (string) filter by the resource's name - `types` (string) filter by the resource's type ## Response 200 fields (application/json): - `data` (array, required) - `data.id` (string) - `pagination` (object, required) - `pagination.nextPage` (string,null, required) The path part of URL of the next page