cURL
curl --request GET \ --url https://api.honcho.dev/v3/workspaces/{workspace_id}/sessions/{session_id}/peers \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "workspace_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "metadata": {}, "configuration": {} } ], "page": 2, "size": 2, "total": 1, "pages": 1 }
Get all Peers in a Session
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number
x >= 1
Page size
1 <= x <= 100
Successful Response
Show child attributes
x >= 0