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
workflow_name
string
required

The name of the workflow

credentials
object[]
required