broadinstitute / fiss

FireCloud Service Selector (FISS) -- Python bindings and CLI for FireCloud execution engine
BSD 3-Clause "New" or "Revised" License
29 stars 25 forks source link

API for billing information #144

Closed slowkow closed 2 years ago

slowkow commented 4 years ago

I'm using Terra at https://app.terra.bio/

Here is some information displayed in the user interface:

Screen Shot 2020-07-13 at 4 58 26 PM

Notice the "Run Cost" is $5.60

Questions:

  1. Is fiss the right tool to retrieve this "$5.60" information programmatically? Could you please share a code snippet showing how to access this?
  2. Where is the API documentation to retrieve this type of information?