For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get action workflow

Get a specific action workflow configuration.

Get specific action workflow configuration

GET https://api.couchdrop.io/manage/workflow/events/<workflow_id>

Path Parameters

Name
Type
Description

workflow_id

String

Workflow ID

Headers

Name
Type
Description

token

String

API Access Token

{
    "result": {...}
}

Last updated