Skip to main content
GET
/
api
/
board
/
{boardId}
/
configuration
/
workflows
List board workflows
curl --request GET \
  --url https://core-api.getaptly.com/api/board/{boardId}/configuration/workflows \
  --header 'x-token: <api-key>'
{
  "data": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-token
string
header
required

Path Parameters

boardId
string
required

The board's UUID.

Response

Array of workflows.

data
object[]