AgentFS

Get file metadata

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

AgentFS file ID.

Response Body

application/json

application/problem+json

GET
/v1/files/{id}
curl -X GET "https://example.com/v1/files/string"
{  "type": "file",  "id": "string",  "name": "string",  "path": "string",  "size_bytes": 0,  "revision": 0,  "visibility": "public",  "url": "http://example.com",  "etag": "string",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}