Get a saved action

View as Markdown
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

idOrSlugstringRequired>=1 character

Response

The saved action.
object"action"
idstring
slugstring
namestring
capabilityenum
configmap from strings to any

Errors

404
Not Found Error
429
Too Many Requests Error