v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Files

List all files

Lists all files in workspace. You can specify a limit of objects to be returned in one response, as well as set a next or previous value to navigate through the object stream. Objects are sorted descendingly by their created_at value. Please mind, you can only specify next or previous at once.

get/files

Query parameters

afterstring nullable

Return files after this file ID.

beforestring nullable

Return files before this file ID.

limitinteger

Maximum number of files to return.

Response

OK

urlstring

Example response

{
  "results": [
    {
      "link": {
        "valid_until": "2022-03-10T16:15:50Z"
      }
    }
  ]
}