Get a saved action
Returns one saved action with its resolved `capability` and stored `config`.
The id and the slug are interchangeable here and everywhere else an action is referenced — including `action: "…"` on [extract](https://docs.cloudraker.com/api/cloud-raker-api/capabilities/extract), [redact](https://docs.cloudraker.com/api/cloud-raker-api/capabilities/redact) and [fill](https://docs.cloudraker.com/api/cloud-raker-api/capabilities/fill).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
idOrSlug
Response
The saved action.
object
id
slug
name
capability
config
Errors
404
Not Found Error
429
Too Many Requests Error