Ciele
Canaux

One channel's transcript without being seated in it (Owner/Admin)

GET/api/v1/channels/oversight/{id}

Nécessite une clé API d'organisation dotée de la capacité manageMembers.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/channels/oversight/string"
{  "channel": {    "id": "string",    "organizationId": "string",    "name": "string",    "projectId": null,    "createdBy": null,    "createdAt": "string",    "updatedAt": "string"  },  "participants": [    {      "id": "string",      "organizationId": "string",      "channelId": "string",      "userId": null,      "teammateId": null,      "addedBy": null,      "lastReadAt": null,      "createdAt": "string"    }  ],  "messages": [    {      "id": "string",      "organizationId": "string",      "channelId": "string",      "authorType": "member",      "authorUserId": null,      "authorTeammateId": null,      "content": [        null      ],      "mentions": [        "string"      ],      "chainId": null,      "trace": null,      "createdAt": "string"    }  ],  "canManage": true,  "teammates": [    {      "id": "string",      "organizationId": "string",      "name": "string",      "title": "string",      "roleDescription": "string",      "avatarSeed": "string",      "ownerId": "string",      "editorIds": [        "string"      ],      "visibility": "org",      "collectionIds": [        "string"      ],      "sourceIds": [        "string"      ],      "modelProvider": "anthropic",      "modelId": "string",      "allowedModels": [        {          "provider": null,          "modelId": "string"        }      ],      "systemKind": null,      "assistantId": null,      "capabilityCeiling": "edit",      "approvalBypass": true,      "projectId": null,      "deletedAt": null,      "createdAt": "string",      "updatedAt": "string"    }  ],  "roster": [    {      "id": "string",      "name": "string",      "kind": "member"    }  ]}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}