extendedGA4GH
Get an execution for a tool by execution ID
This endpoint retrieves an execution for a tool by execution ID
get/api/ga4gh/v2/extended/{id}/versions/{version_id}/execution
Path parameters
idstring required
A unique identifier of the tool, scoped to this registry, for example 123456
version_idstring required
An identifier of the tool version for this particular tool registry, for example v1
Query parameters
platform'GALAXY' | 'TERRA' | 'DNA_STACK' | 'DNA_NEXUS' | 'CGC' | 'NHLBI_BIODATA_CATALYST' | 'ANVIL' | 'CAVATICA' | 'NEXTFLOW_TOWER' | 'ELWAZI' | 'AGC' | 'TOIL' | 'OTHER' | 'ALL' required
Platform that the tool was executed on
executionIdstring required
The execution ID of the execution to retrieve
Response
Execution retrieved successfully.
Example response
{
"runExecutions": [
{
"additionalProperties": {
"@context": {
"schema": "https://schema.org"
},
"schema:actionStatus": "CompletedActionStatus"
},
"dateExecuted": "2023-03-31T15:06:49.888745366Z",
"cost": {
"value": 5.99
},
"cpuRequirements": 2,
"executionStatus": "SUCCESSFUL",
"executionTime": "PT30S",
"executionTimeSeconds": 30,
"memoryRequirementsGB": 2,
"region": "us-central1"
}
],
"taskExecutions": [
{
"additionalProperties": {
"@context": {
"schema": "https://schema.org"
},
"schema:actionStatus": "CompletedActionStatus"
},
"dateExecuted": "2023-03-31T15:06:49.888745366Z",
"taskExecutions": [
{
"additionalProperties": {
"@context": {
"schema": "https://schema.org"
},
"schema:actionStatus": "CompletedActionStatus"
},
"dateExecuted": "2023-03-31T15:06:49.888745366Z",
"cost": {
"value": 5.99
},
"cpuRequirements": 2,
"executionStatus": "SUCCESSFUL",
"executionTime": "PT30S",
"executionTimeSeconds": 30,
"memoryRequirementsGB": 2,
"region": "us-central1"
}
]
}
],
"validationExecutions": [
{
"additionalProperties": {
"@context": {
"schema": "https://schema.org"
},
"schema:actionStatus": "CompletedActionStatus"
},
"dateExecuted": "2023-03-31T15:06:49.888745366Z",
"isValid": true,
"validatorTool": "miniwdl"
}
]
}