Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://core-api.getaptly.com/api/board/{boardId}/configuration/automations \ --header 'x-token: <api-key>'
{ "data": [ { "uuid": "<string>", "title": "<string>", "archived": true, "destinationBoardUuid": "<string>", "sourceBoardUuid": "<string>", "runMode": "<string>", "segment": "<unknown>", "timeOfDay": 123 } ] }
Returns the automations configured on a board.
The board's UUID.
Array of automations.
Show child attributes