POST
/
user_files_v2

Authorizations

authorization
string
headerrequired

token <token>, corresponds to temporary access tokens.

Body

application/json
pagination
object

Pagination parameters for the query.

order_by
enum<string>

The field on OrganizationUserFilesToSYnc to order the results by.

Available options:
created_at,
updated_at,
name,
last_sync,
file_size,
id
order_dir
enum<string>

The direction to order the results by.

Available options:
desc,
asc
filters
object

Filters to apply to the query.

include_raw_file
boolean | null

If true, the query will return presigned URLs for the raw file. Only relevant for the /user_files_v2 endpoint.

include_parsed_text_file
boolean | null

If true, the query will return presigned URLs for the parsed text file. Only relevant for the /user_files_v2 endpoint.

include_additional_files
boolean | null

If true, the query will return presigned URLs for additional files. Only relevant for the /user_files_v2 endpoint.

presigned_url_expiry_time_seconds
integer
default: 3600

The expiry time for the presigned URLs. Only relevant for the /user_files_v2 endpoint.

Response

200 - application/json
results
object[]
required
count
integer
required