cURL
curl --request GET \ --url https://backend.chatfly.co/api/scraping/file/{bot_id}
[ { "knowledge_base_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "filename": "<string>", "num_token": 123 } ]
Get all files for a given bot by bot_id.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type BotKnowledgeBaseFileResponseSchema · object[].
BotKnowledgeBaseFileResponseSchema · object[]
Was this page helpful?