# Realtime Journeys

## Get realtime setting for the Audience

 - [GET /audiences/{audienceId}/realtime_setting](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_setting/get.md): Get realtime setting for the Audience

## Update realtime setting for the Audience

 - [PATCH /audiences/{audienceId}/realtime_setting](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_setting/patch.md): Update realtime setting for the Audience

## Return a list of Realtime Attributes for the Audience

 - [GET /audiences/{audienceId}/realtime_attributes](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_attributes/get.md): Return a list of Realtime Attributes for the Audience

## Create a Realtime Attribute

 - [POST /audiences/{audienceId}/realtime_attributes](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_attributes/post.md): Create a Realtime Attribute

## Return the Realtime Attribute

 - [GET /audiences/{audienceId}/realtime_attributes/{realtimeAttributeId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_attributes~1%7Brealtimeattributeid%7D/get.md): Return the Realtime Attribute

## Update the Realtime Attribute

 - [PATCH /audiences/{audienceId}/realtime_attributes/{realtimeAttributeId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_attributes~1%7Brealtimeattributeid%7D/patch.md): Update the Realtime Attribute

## Delete the Realtime Attribute

 - [DELETE /audiences/{audienceId}/realtime_attributes/{realtimeAttributeId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_attributes~1%7Brealtimeattributeid%7D/delete.md): Delete the Realtime Attribute

## Bulk update imported attributes

 - [POST /audiences/{audienceId}/realtime_imported_attributes/bulk_update](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_imported_attributes~1bulk_update/post.md): Bulk update imported attributes

## Return a list of Realtime Key Events for the Audience

 - [GET /audiences/{audienceId}/realtime_key_events](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_key_events/get.md): Return a list of Realtime Key Events for the Audience

## Create a Realtime Key Event for the Audience

 - [POST /audiences/{audienceId}/realtime_key_events](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_key_events/post.md): Create a Realtime Key Event for the Audience

## Return the specified Realtime Key Event

 - [GET /audiences/{audienceId}/realtime_key_events/{realtimeKeyEventId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_key_events~1%7Brealtimekeyeventid%7D/get.md): Return the specified Realtime Key Event

## Edit the specified Realtime Key Event

 - [PATCH /audiences/{audienceId}/realtime_key_events/{realtimeKeyEventId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_key_events~1%7Brealtimekeyeventid%7D/patch.md): Edit the specified Realtime Key Event

## Delete the specified Realtime Key Event

 - [DELETE /audiences/{audienceId}/realtime_key_events/{realtimeKeyEventId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_key_events~1%7Brealtimekeyeventid%7D/delete.md): Delete the specified Realtime Key Event

## Return a list of columns of the specified Realtime Key Event

 - [GET /audiences/{audienceId}/realtime_key_events/{realtimeKeyEventId}/columns](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_key_events~1%7Brealtimekeyeventid%7D~1columns/get.md): Return a list of columns of the specified Realtime Key Event

## Return a list of columns of the specified Realtime Event Table

 - [GET /audiences/{audienceId}/realtime_event_tables/{database}/{table}/columns](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_event_tables~1%7Bdatabase%7D~1%7Btable%7D~1columns/get.md): Return a list of columns of the specified Realtime Event Table

## Return the current version for the Audience

 - [GET /audiences/{audienceId}/realtime_configuration_versions/current](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1audiences~1%7Baudienceid%7D~1realtime_configuration_versions~1current/get.md): Return the current version for the Audience

## List available realtime attributes

 - [GET /entities/parent_segments/{parentSegmentId}/realtime_attributes](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1parent_segments~1%7Bparentsegmentid%7D~1realtime_attributes/get.md): List available realtime attributes

## Create a realtime journey

 - [POST /entities/realtime_journeys](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys/post.md): Create a realtime journey.

## Retrieve summary of specified realtime journey

 - [GET /entities/realtime_journeys/{realtimeJourneyId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D/get.md): Retrieve the summary of a specified realtime journey.

## Update realtime journey entity

 - [PATCH /entities/realtime_journeys/{realtimeJourneyId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D/patch.md): Update a realtime journey entity.

## Delete realtime journey entity

 - [DELETE /entities/realtime_journeys/{realtimeJourneyId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D/delete.md): Delete a realtime journey entity.

## Validate fields of the realtime journey

 - [POST /entities/realtime_journeys/{realtimeJourneyId}/detail](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D~1detail/post.md): Validate fields of the realtime journey

## Retrieve a list of realtime journeys under the Parent Segment

 - [GET /entities/parent_segments/{parentSegmentId}/realtime_journeys](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1parent_segments~1%7Bparentsegmentid%7D~1realtime_journeys/get.md): Retrieve a list of realtime journeys under the Parent Segment

## Retrieve a list of realtime activations under the Parent Segment

 - [GET /entities/parent_segments/{parentSegmentId}/realtime_activations](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1parent_segments~1%7Bparentsegmentid%7D~1realtime_activations/get.md): Retrieve a list of realtime activations under the Parent Segment

## Retrieve a list of realtime journey activations for the specified realtime journey.

 - [GET /entities/realtime_journeys/{realtimeJourneyId}/activations](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D~1activations/get.md): Retrieve a list of realtime journey activations for the specified realtime journey.

## Create a realtime journey activations for the specified realtime journey.

 - [POST /entities/realtime_journeys/{realtimeJourneyId}/activations](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D~1activations/post.md): Create a realtime journey activations for the specified realtime journey.

## Retrieve a summary of the activation node in a realtime journey.

 - [GET /entities/realtime_journeys/{realtimeJourneyId}/activations/{realtimeJourneyActivationStepId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D~1activations~1%7Brealtimejourneyactivationstepid%7D/get.md): Retrieve a summary of the activation node in a realtime journey.

## Update activation node in journey

 - [PATCH /entities/realtime_journeys/{realtimeJourneyId}/activations/{realtimeJourneyActivationStepId}](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D~1activations~1%7Brealtimejourneyactivationstepid%7D/patch.md): Update the activation node in a journey.

## Pause activations in the realtime journey.

 - [PATCH /entities/realtime_journeys/{realtimeJourneyId}/pause](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D~1pause/patch.md): Pause activations in the realtime journey.

## Resume activations in the realtime journey.

 - [PATCH /entities/realtime_journeys/{realtimeJourneyId}/resume](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1%7Brealtimejourneyid%7D~1resume/patch.md): Resume activations in the realtime journey.

## Create a duplicate of the specified realtime journey

 - [POST /entities/realtime_journeys/duplicate](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1duplicate/post.md): Create a duplicate of the specified realtime journey

## Retrieve list of abtest variants available in audience

 - [GET /entities/realtime_journeys/abtest_variants](https://docs.treasure.ai/apis/td_cdp_api-public/realtime-journeys/paths/~1entities~1realtime_journeys~1abtest_variants/get.md): Retrieve a list of abtest variants available in an audience. It returns the viewable realtime journeys only.

