List saved actions

View as Markdown
Lists your organization's saved actions. Page with `?limit` (1–100) and `?starting_after=<id>`. <Note> Keep paging while `has_more` is true, not while the page is full — a page can come back shorter than `limit` and still have more behind it. </Note> **Learn more:** [Pipeline guide](https://docs.cloudraker.com/capabilities/pipeline)

Authentication

AuthorizationBearer

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

Query parameters

limitintegerOptional1-100
starting_afterstringOptional>=1 character

Response

The saved actions.
object"list"
datalist of objects
has_moreboolean

Errors

429
Too Many Requests Error