# List available realtime attributes List available realtime attributes Endpoint: GET /entities/parent_segments/{parentSegmentId}/realtime_attributes Version: 1.0.0 Security: TdApikeyAuth ## Path parameters: - `parentSegmentId` (integer, required) Parent Segment ID (audience id) ## Query parameters: - `page[size]` (number) The maximum number of results to return per page - `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. - `sorted_by` (string) Specify the sort order in the format foo:asc or foo:desc. - `types` (string) filter by the resource's type - `q` (string) Returns resources whose name or any of whose sub attribute names match the value. ## Response 200 fields (application/json): - `data` (array, required) - `data.id` (string) - `data.type` (string) Enum: "realtime-attribute" - `data.attributes` (any) - `pagination` (object, required) - `pagination.nextPage` (string,null, required) The path part of URL of the next page