Healthomics Get Workflow Response Structure
GetWorkflowResponse is a JSON Structure definition published by Amazon HealthOmics, describing 17 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-get-workflow-response-schema.json",
"name": "GetWorkflowResponse",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowArn"
},
{
"description": "The workflow's ARN."
}
]
},
"id": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowId"
},
{
"description": "The workflow's ID."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowStatus"
},
{
"description": "The workflow's status."
}
]
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowType"
},
{
"description": "The workflow's type."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowName"
},
{
"description": "The workflow's name."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowDescription"
},
{
"description": "The workflow's description."
}
]
},
"engine": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowEngine"
},
{
"description": "The workflow's engine."
}
]
},
"definition": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowDefinition"
},
{
"description": "The workflow's definition."
}
]
},
"main": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowMain"
},
{
"description": "The path of the main definition file for the workflow."
}
]
},
"digest": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowDigest"
},
{
"description": "The workflow's digest."
}
]
},
"parameterTemplate": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowParameterTemplate"
},
{
"description": "The workflow's parameter template."
}
]
},
"storageCapacity": {
"allOf": [
{
"$ref": "#/components/schemas/GetWorkflowResponseStorageCapacityInteger"
},
{
"description": "The workflow's storage capacity in gigabytes."
}
]
},
"creationTime": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowTimestamp"
},
{
"description": "When the workflow was created."
}
]
},
"statusMessage": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowStatusMessage"
},
{
"description": "The workflow's status message."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "The workflow's tags."
}
]
},
"metadata": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowMetadata"
},
{
"description": " Gets metadata for workflow. "
}
]
},
"accelerators": {
"allOf": [
{
"$ref": "#/components/schemas/Accelerators"
},
{
"description": " The computational accelerator specified to run the workflow. "
}
]
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/healthomics-get-workflow-response-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.