GET
/
workflow
/
{workflow_id}
/
credentials
{
  "workflow_name": "<string>",
  "credentials": [
    {
      "name": "<string>",
      "data": "<string>"
    }
  ]
}

Path Parameters

workflow_id
string
required

Response

200
application/json

The workflow credentials

The response is of type object.