Skip to main content
GET
/
v1
/
ask-feather
/
workflows
Get Workflows
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/ask-feather/workflows \
  --header 'x-api-key: <api-key>'
{
  "workflows": [
    {
      "name": "<string>",
      "title": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

workflows
WorkflowInfo · object[]
required