Get all actions for the space

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Query parameters

spaceIdstringRequired
The Space ID for which to get the Actions.

Response

This endpoint returns a list of objects.
createdAtdatetime
idstring
Action ID
labelstring
The text on the Button itself
targetIdstring
updatedAtdatetime
confirmboolean or null
Whether to show a modal to confirm the action
constraintslist of objects or null
A limitation or restriction on the action.
createdFromstring or null
The action that this action was cloned from
deletedAtdatetime or null
The time this action was deleted
descriptionstring or null
The text that appears in the dialog after the action is clicked.
guardrailobject or null
guideobject or null
iconstring or null
Icon will work on primary actions. It will only accept an already existing Flatfile design system icon.
inputFormobject or null
Adds an input form for this action after it is clicked.
lastPropagatedAtdatetime or null
The last time this action was propagated to a workbook
messageslist of objects or null
modeenum or null
Foreground and toolbarBlocking action mode will prevent interacting with the resource until complete
Allowed values:
mountobject or null
operationstring or null
This will become the job operation that is triggered
primaryboolean or null
A primary action will be more visibly present, whether in Sheet or Workbook.
scheduleenum or null
Determines if the action should happen on a regular cadence.
Allowed values:
tooltipstring or null
A tooltip that appears when hovering the action button
typestring or null

This is deprecated.

requireAllValidboolean or nullDeprecated

This is deprecated. Use constraints instead.

requireSelectionboolean or nullDeprecated

This is deprecated. Use constraints instead.

slugstring or nullDeprecated

This is deprecated. Use operation instead.