> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ocoya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ocoya_get_social_profile

> Get details for one connected social profile.

# `ocoya_get_social_profile`

Gets details for one connected social profile in a workspace.

## Arguments

| Name              | Type   | Required | Description                                          |
| ----------------- | ------ | -------- | ---------------------------------------------------- |
| `workspaceId`     | string | Yes      | Workspace ID from `ocoya_list_workspaces`.           |
| `socialProfileId` | string | Yes      | Social profile ID from `ocoya_list_social_profiles`. |

## Example

```json theme={null}
{
  "name": "ocoya_get_social_profile",
  "arguments": {
    "workspaceId": "cmayvq3hk00017apshay5qezu",
    "socialProfileId": "clh49poxf008x8kov4ncbjty9"
  }
}
```

## Returns

Returns profile details, provider-specific metadata, and posting slot configuration.
