Docs

List Actions

Retrieves actions from SafetyCulture.

GET

Query

Arguments
number

Optional. Number of actions to be returned in a single request. Maximum 100. Non-positive values are ignored. The presence of `next_page_token` in the response indicates that more results might be available. For example: '20'.

string

Optional. If present, then retrieve the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of other method parameters should be identical to those in the previous call. For example: 'ODFBMzQ3MDYtNzQxNy00RDZGLThDNjE1MEFDMkM4MTQ3NDQ='.

string

Optional. The ID of the inspection the action belongs to. Deprecated, inspectionID in `filters` should be used instead.

number

Optional. Offset from where on the actions will be listed.

string

Optional. Which field to use for sorting.

string

Optional. Direction for sorting.

boolean

Optional. If true, will not return the count of actions.

array of object

Optional. The array of filters to apply in your request. You can apply multiple filters in a single request.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.