latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

File

Retrieve file

Get file details by it's unique ID.

get/files/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the file.

Response

OK

idstring

The unique ID of the resource.

namestring

The name of the file.

sizeinteger

The file size in bytes.

media_typestring

The file formats and format contents transmitted on the Internet.

created_atstring date_time

The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "media_type": "audio/vnd.wave",
  "created_at": "2017-07-21T17:32:28Z"
}