Get flow details

Get a flow by ID including its step definitions.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired

Response

Flow details with steps
createdAtstring
flowStepslist of objects
idstring
lastModifiedSourcestring or null
namestring
organizationIdstring or null
updatedAtstring
userIdstring
dashboardUrlstringOptional
descriptionstring or nullOptional
lastRunAtstring or nullOptional
sampleMetadatamap from strings to anyOptional
stepCountintegerOptional

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error