GET
/
{kb}
/
files
curl --request GET \
  --url https://app.docs.bynesoft.com/api/knowledge-base/{kb}/files \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "connector": "<string>",
    "lastModified": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Path Parameters

kb
string | null
required

Query Parameters

status
string | null

Response

200
application/json
Successful Response
id
string
required
name
string
required
connector
string
required
lastModified
string
required