Skip to main content
GET
List conversation files

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

conversation_id
string
obrigatório

Parâmetros de consulta

limit
integer
padrão:20

Page size (max 100).

Intervalo obrigatório: 1 <= x <= 100
offset
integer
padrão:0

Number of items to skip.

Intervalo obrigatório: x >= 0

Resposta

Successful Response

items
File · object[]
obrigatório
next_offset
integer | null

Pass as offset to fetch the next page. Null = no more results.