Get
Returns an external storage policy by name or ID.
Authentication
AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).
Path parameters
nameOrId
The name or the ID of the external storage policy to get.
Query parameters
project
The name of the project containing the external storage policy. Only used when nameOrId is a name.
Response
Success response
external_storage_policy
An S3-compatible destination that conversation artifacts are delivered to.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error