# Get a sender profile

Retrieve details of a sender profile.

Endpoint: GET /flows/api/sender-profiles/{uuid}
Version: 2.0.0
Security: bearerAuth

## Path parameters:

  - `uuid` (string, required)
    Resource UUID.

## Response 200 fields (application/json):

  - `uuid` (string)
    Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890"

  - `team_id` (integer)

  - `linkedin_browser_id` (integer,null)
    ID of the linked LinkedIn browser.

  - `linkedin_account_uuid` (string,null)

  - `mailbox_uuid` (string,null)

  - `assignee_user_id` (integer,null)

  - `first_name` (string)
    Example: "John"

  - `last_name` (string)
    Example: "Doe"

  - `label` (string,null)
    Example: "Sales Team - US"

  - `avatar_url` (string,null)
    Profile photo URL.

  - `schedule` (object)
    Working hours schedule.

  - `schedule.timezone` (string, required)
    Example: "Europe/Berlin"

  - `schedule.use_lead_timezone` (boolean)

  - `schedule.timeblocks` (array, required)

  - `schedule.timeblocks.dow` (integer)
    Day of week (0=Sunday).

  - `schedule.timeblocks.min` (integer)
    Start time in minutes from midnight.
    Example: 540

  - `schedule.timeblocks.max` (integer)
    End time in minutes from midnight.
    Example: 1080

  - `smart_limits_enabled` (boolean)
    Whether smart sending limits are active.

  - `status` (string)
    Sender profile status.
    Enum: "enabled", "disabled"

  - `hold_tasks_till` (string,null)
    Tasks are held until this time (set automatically during execution).

  - `last_automation_server_id` (integer,null)

  - `notification_emails` (string,null)

  - `user_id` (integer)

  - `created_at` (string)

  - `updated_at` (string)


## Response 404 fields
