Skip to main content
Get a raw-data record

Path Parameters

raw_data_id
string
required

Response

Successful Response

A raw-data record as returned by the API.

project_id
string
required

Owning project ID (required).

name
string
required

User-provided label for the raw file.

id
string
required

Unique identifier.

organization_id
string
required

Owning organization.

filename
string
required

Original uploaded filename.

storage_path
string
required

Path within the raw-data bucket.

created_at
string<date-time>
required

Creation timestamp.

updated_at
string<date-time>
required

Last update timestamp.

source
string | null

Free-text provenance: where this raw file came from (a URL, DOI, S3 URI, vendor/cycler export description, etc.).

metadata
Metadata · object

Loose free-form metadata.

content_type
string | null

MIME type, if known.

size_bytes
integer | null

File size in bytes.

created_by
string | null

User ID of the uploader.