Get Workflow
Retrieve details for a single workflow, including its input fields and deployment status.
GET
/api/v1/workflows/{id}Authorization
apiKey X-API-Key<token>
Your Sim API key (personal or workspace). Generate one from the Sim dashboard under Settings > API Keys.
In: header
Path Parameters
id*string
The unique workflow identifier.
Response Body
application/json
application/json
application/json
application/json
curl -X GET \ "https://www.sim.ai/api/v1/workflows/{id}" \ -H "X-API-Key: YOUR_API_KEY"{
"data": {
"id": "wf_abc123",
"name": "Weather Bot",
"description": "A workflow that fetches weather data",
"isDeployed": true,
"createdAt": "2026-01-15T10:30:00Z",
"updatedAt": "2026-01-15T10:30:00Z"
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}