TypeScript SDK
File Uploads
List file uploads
Use this API to retrieve file uploads for the current bot connection, sorted by most recent first.
GET
TypeScript SDK
Documentation Index
Fetch the complete documentation index at: https://developers.notion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The API version to use for this request. The latest version is 2026-03-11.
Available options:
2026-03-11 Query Parameters
If supplied, the endpoint will return file uploads with the specified status.
Available options:
pending, uploaded, expired, failed If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.
The number of items from the full list desired in the response. Maximum: 100
Required range:
1 <= x <= 100