Get Latest Oonirun Link
GET
 /api/v2/oonirun/links/{oonirun_link_id}
 Fetch OONIRun descriptor by creation time or the newest one
Parameters
Path Parameters
 oonirun_link_id 
 required
   string
 Responses
200
Successful Response
object
 name 
 required
   string
  short_description 
 required
   string
  description 
 required
   string
  author 
 required
   string
  nettests 
 required
   Array<object>
object
 test_name    
 string
  inputs    
 Array<string>
  options    
 object
 backend_options    
 object
 is_background_run_enabled_default    
 boolean
  is_manual_run_enabled_default    
 boolean
  expiration_date    
 Future time after which the ooni run link will be considered expired and no longer editable or usable (defaults to 6 months from now)
string  format: date-time  
  oonirun_link_id 
 required
   string
  date_created 
 required
   Time when the ooni run link was created
string  format: date-time  
  date_updated 
 required
   Time when the ooni run nettest was last updated
string  format: date-time  
  revision 
 required
   Incremental number indicating the revision number of the ooni run link (the first revision is 1)
string
  is_expired 
 required
   Flag indicating if the ooni run link is expired (see the expiration_date field for more information)
boolean
 422
Validation Error
object
 detail    
 Array<object>
object
 loc 
 required
   Array
  msg 
 required
   string
  type 
 required
   string