Domain name for API request: omics.tencentcloudapi.com.
This API is used to query run details.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: GetRunStatus. |
Version | Yes | String | Common Params. The value used for this API: 2022-11-28. |
Region | No | String | Common Params. This parameter is not required for this API. |
RunUuid | Yes | String | Run UUID |
ProjectId | No | String | Project ID (If you leave it blank, the default item in the specified region will be used.) |
Parameter Name | Type | Description |
---|---|---|
Metadata | RunMetadata | Job details |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to query run details.
POST / HTTP/1.1
Host: omics.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetRunStatus
<Common request parameters>
{
"RunUuid": "84232c68-a016-4668-b2e3-168a175d6f29",
"ProjectId": "prj-peaceful-pink-bird-631828"
}
{
"Response": {
"Metadata": {
"CallCached": false,
"CallName": "main_workflow",
"Command": "",
"EndTime": "2022-10-31T14:11:23+08:00",
"ErrorMessage": "{}",
"Input": "{\"main_workflow.base64_in\": \"cos://gene-1252949230/samples.csv\"}",
"JobId": "",
"Output": "{\"main_workflow.main_output\": \"cos://gene-1252949230/outputs/import/out/base64/samples.csv.base64\"}",
"ParentId": "84232c68-a016-4668-b2e3-168a175d6f29",
"PostProcess": false,
"Preprocess": true,
"RunId": "84232c68-a016-4668-b2e3-168a175d6f29",
"RunType": "Workflow",
"Runtime": "{}",
"ScatterIndex": "",
"StartTime": "2022-10-31T14:10:13+08:00",
"Status": "SUCCESS",
"Stderr": "",
"Stdout": "",
"SubmitTime": "2022-10-31T14:10:12+08:00",
"Meta": ""
},
"RequestId": "b970585c-c5bb-48e2-ac90-82c59dcadd48"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure | CAM signature/authentication error. |
InternalError | Internal error. |
InvalidParameter | Parameter error. |
InvalidParameterValue | Parameter value error. |
OperationDenied | Operation rejected. |
ResourceNotFound | The resource does not exist. |
ResourceNotFound.EnvironmentNotExist | The environment does not exist. |
ResourceNotFound.RunNotExist | The run does not exist. |
Was this page helpful?