Skip to main content
GET
/recordings/test-oci-bucket

Authorizations

Authorization
string
header
required

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

Query Parameters

property
enum<string>
default:recordings_bucket

Which bucket property to test. Defaults to recordings_bucket.

Available options:
recordings_bucket,
transcription_bucket
roomName
string

Test the property set on this room instead of the domain-level property. There is no fallback to the domain configuration: if the room does not set the property, the request returns a 400.

Response

200

success
boolean
Example:

true

recordings_bucket
object

The configuration that was tested. Returned only when property is recordings_bucket (the default). Exactly one of recordings_bucket or transcription_bucket is present in a response, never both.

transcription_bucket
object

The configuration that was tested. Returned only when property is transcription_bucket. Exactly one of recordings_bucket or transcription_bucket is present in a response, never both.

test_file_key
string

The object key of the test file written to your bucket.

Example:

"daily-co-test-upload.txt"

A presigned link to the test file, valid for one hour. Only a real link when allow_api_access is true; otherwise a short string explaining that no link was generated.

Example:

"https://axaxnpcrorw5.compat.objectstorage.us-ashburn-1.oraclecloud.com/my-daily-recordings/daily-co-test-upload.txt?..."

expires
integer

When download_link expires, as a unix timestamp. Returned only when allow_api_access is true.

Example:

1787234330