Is there any shortcut way to find stream creation date in RTC ?
Accepted answer
The creation date of a stream isn't exposed in the UIs. If you want to see the date in our UIs, open a Request For Enhancement.
In recent versions of RTC, you can get a pretty good approximation by running 'Show baselines' on a component in the workspace and looking at the 'Date Added' column for the first baseline in the list.
2 other answers
In the GUI if you right-click on a stream and do Show > Events you can scroll back far enough & see the creation date of the stream.
I've been trying to find how to get this information via the API and I haven't had any success,
Comments
Have you tried using com.ibm.team.repository.client.IItemManager.fetchAllStateHandles() to list the item history? I haven't used it, but it all states for an item, with the most recent state at [0], so that should correspond to a history. I'm assuming that it's ordered from most recent to oldest.
If you have questions about it, point me at your question or open a work item about it.