Skip to main content
GET
List files uploaded in your TimelinesAI workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filename
string

a filename or any part of it (for example, extension), case insensitive . Leave empty to get unfiltered list of all uploaded files.

Response

Success

status
enum<string>
required
Available options:
ok,
error
Example:

"ok"

data
object[]
required