List saved actions
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)
**Deprecated:** saved actions are becoming per-capability configs — use `POST/GET/PATCH/DELETE /v1/{capability}/configs` instead (`/v1/extract/configs`, `/v1/redact/configs`, `/v1/fill/configs`). Signing keeps using `POST /v1/sign`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
starting_after
Response
The saved actions.
object
data
has_more
Errors
429
Too Many Requests Error