Skip to main content
GET
Attachments

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

A UUID string identifying this report.

Query Parameters

configuration_id
string<uuid>

Optional configuration id to retrieve. If not provided, the primary configuration will be used.

ordering
string

Which field to use when ordering the results.

Response

200 - application/json
id
string<uuid>
required
read-only
file
string<uri>
required
read-only
friendly_name
string
required
read-only
description
string | null
required
read-only
configuration_id
string<uuid>
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
file_extension
string
required
read-only
file_size
integer
required
read-only
friendly_filetype
string
required
read-only

This method get_friendly_name first tries to match the MIME type to a friendly name. If the MIME type is not available or not in the predefined list, it falls back to using the file extension. You can expand the mime_to_name and ext_to_name dictionaries to include more MIME types and extensions as needed.

Returns: str: A friendly name for the file type

mime_type
string
required
read-only
created_by
object
required