GET files.info
Summary: —
Operation ID: files_info
Auth: unknown
Operation ID: files_info
Auth: unknown
Description
Gets information about a file.
Parameters (6)
count
(string, query, optional)
cursor
(string, query, optional)
Parameter for pagination. File comments are paginated for a single file. Set `cursor` equal to the `next_cursor` attribute returned by the previous request's `response_metadata`. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection of comments. See [pagination](/docs/pagination) for more details.
file
(string, query, optional)
Specify a file by providing its ID.
limit
(integer, query, optional)
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.
page
(string, query, optional)
token
(string, query, optional)
Authentication token. Requires scope: `files:read`
No probe data for this endpoint yet.