1. Threads
  2. List Thread Documents
GET
/threads/{thread_id}/documents
curl --request GET \
     --url https://app.backboard.io/api/threads/{thread_id}/documents \
     --header 'X-API-Key: <api-key>' \
     --header 'authorization: <authorization>' \
     --header 'x_session_token: <x_session_token>'

​
Authorizations

X-API-Key
required
string
API Key authentication

​
Query Parameters

thread_id
required
string
authorization
x_session_token

​
Response

application/json
  • 200

  • 422

Successful Response

DocumentRead
object