Skip to main content
GET
Get organization phone-interview call policy

Authorizations

Authorization
string
header
required

API key authentication for the public API. Pass your API key as a Bearer token.

Response

Org-wide outbound-call policy; all settings apply to phone interviews only.

id
string<uuid>
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
max_retries
integer
required
read-only

DEPRECATED, no longer read: the retry budget is now the length of retry_delay_sequence. Kept read-only as a rollback anchor.

retry_window_days
integer
required
read-only

DEPRECATED, no longer read: retry_delay_sequence now bounds the campaign. Kept read-only as a rollback anchor.

retries_enabled
boolean

Whether retries are enabled for failed phone interviews. If enabled, TalentUnveiled will automatically retry failed calls according to the policy defined in this model.

start_time
string<time>

Daily start time for outbound calls, both the initial call and retries (e.g., 09:00). Timezone is determined by the applicant's phone number area code.

end_time
string<time>

Daily end time for outbound calls, both the initial call and retries (e.g., 19:00). Timezone is determined by the applicant's phone number area code.

weekdays
enum<string>[]

Weekdays when outbound calls can be made, both the initial call and retries.

  • monday - Monday
  • tuesday - Tuesday
  • wednesday - Wednesday
  • thursday - Thursday
  • friday - Friday
  • saturday - Saturday
  • sunday - Sunday
Available options:
monday,
tuesday,
wednesday,
thursday,
friday,
saturday,
sunday
retry_delay_sequence
string[]

[Retries enabled only] Sequence of delays between retry attempts. At least one entry is required when retries_enabled=true.