listFilePassages
List passages for a file
GET
/v1/files/{id}/passagesAuthorization
AuthorizationBearerBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringBot id
x-integration-id?stringIntegration id
x-integration-alias?stringIntegration alias
x-integration-name?stringIntegration name
x-user-id?stringUser Id
x-user-role?stringUser Role
Path parameters
idstringFile ID or Key
Query parameters
nextToken?stringProvide the `meta.nextToken` value provided in the last API response to retrieve the next page of results
pageSize?integerNumber of items to return per page (default 20, max 100)
limit?numberThe maximum number of passages to return per request (optional, default: 20, max: 200).
Response
Returns the list of passages extracted from a file.
passagesobject[]metaobject