1. Assistants
  2. List Threads for Assistant
GET
/assistants/{assistant_id}/threads
curl --request GET \
     --url https://app.backboard.io/api/assistants/{assistant_id}/threads \
     --header 'X-API-Key: <api-key>' \
     --header 'authorization: <authorization>' \
     --header 'x_session_token: <x_session_token>'

List all conversation threads associated with a specific assistant.

​
Authorizations

X-API-Key
required
string
API Key authentication

​
Query Parameters

assistant_id
required
string
skip
default:0
integer
limit
default:100
integer
authorization
x_session_token

​
Response

application/json
  • 200

  • 422

Successful Response

Thread
object