Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose activated_at for session details #1155

Closed
mriedem opened this issue Oct 17, 2023 · 1 comment · Fixed by #1266
Closed

Expose activated_at for session details #1155

mriedem opened this issue Oct 17, 2023 · 1 comment · Fixed by #1266
Assignees

Comments

@mriedem
Copy link
Contributor

mriedem commented Oct 17, 2023

At some point (hopefully in the near future) the cloud API should return an activated_at timestamp field and the quantum API should return an activatedAtactivated_at field. Those will indicate when the session last went into the active state and can be used with the active_ttl to calculate how much time is remaining in the active window for the session (assuming the session has more jobs to run and doesn't go inactive after the interactive_ttl expires).

Originally posted by @mriedem in #1119 (comment)

@mriedem
Copy link
Contributor Author

mriedem commented Oct 17, 2023

The cloud API now exposes activated_at in staging:

https://us-east.quantum-computing.test.cloud.ibm.com/openapi/#/Sessions/get_session_information

Should be in production next week.

The IQP API already exposes activated_at:

https://api.quantum-computing.ibm.com/runtime/api#/sessions/GetSessionDetailsController_getSessionDetails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants