v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
FileOperations

Retrieve a file operation

post/fileOperations.info

Request body

idstring uuid required

Unique identifier for the file operation.

Response

OK

Example response

{
  "data": {
    "type": "export",
    "state": "complete",
    "collection": {
      "name": "Human Resources",
      "index": "P",
      "color": "#123123"
    },
    "user": {
      "name": "Jane Doe"
    },
    "size": 2048
  }
}