v2
experts
experts
private

Get Expert

get/api/experts/{expert_id}

Path parameters

expert_idstring required

Response

Successful Response

idstring required
namestring required
avatar_urlstring nullable required
colorstring
rolestring required
taglinestring nullable required
biostring nullable required
skillsstring[] required
identitystring required
voice_preferencesstring required
boundariesstring required
protected_soul_rulesstring[] required
is_templateboolean required
source_template_idstring nullable required
is_archivedboolean required
last_run_atstring date-time nullable
last_run_statusstring nullable
weekly_budgetinteger nullable
weekly_spendinteger
schedules_paused_atstring date-time nullable
pod_idstring nullable

Changes

Changed in 7 of the 92 revisions of this API.16

    • added the optional property color to the response with the 200 status

      response-optional-property-added

    • added the optional property pod_id to the response with the 200 status

      response-optional-property-added

    • added the optional property voice_samples to the response with the 200 status

      response-optional-property-added

    • added the required property boundaries to the response with the 200 status

      response-required-property-added

    • added the required property protected_soul_rules to the response with the 200 status

      response-required-property-added

    • added the required property voice_preferences to the response with the 200 status

      response-required-property-added

    • added the optional property last_run_at to the response with the 200 status

      response-optional-property-added

    • added the optional property last_run_status to the response with the 200 status

      response-optional-property-added

    • added the optional property schedules_paused_at to the response with the 200 status

      response-optional-property-added

    • added the optional property weekly_budget to the response with the 200 status

      response-optional-property-added

    • added the optional property weekly_spend to the response with the 200 status

      response-optional-property-added

    • added the optional property workflows/items/schedule_cron to the response with the 200 status

      response-optional-property-added

    • added the optional property workflows/items/schedule_id to the response with the 200 status

      response-optional-property-added

    • added the required property bio to the response with the 200 status

      response-required-property-added

    • added the required property skills to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added