Retrieve a test clock
Retrieves an owned test clock. A clock owned by another account is returned as not found. Poll this operation after requesting an advance.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Connected Ionic account to operate when using an authorized platform credential. Omit when using the account's own credential.
Path Parameters
Test clock ID.
^tclk_[0-9A-Za-z]{14}$Response
The current test clock state.
^tclk_[0-9A-Za-z]{14}$test_clock ready means all billing work through frozen_time committed.
advancing means ordered work remains before target_time.
failed means processing stopped at the last committed checkpoint.
ready, advancing, failed Last fully committed logical checkpoint.
Requested destination while advancing or failed.

