Skip to main content
List Lab Reports

Authorizations

Authorization
string
header
required

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

Query Parameters

from_timestamp
string<date-time>
required

Start time of the query range in UTC, inclusive

Examples:

"2006-01-02T15:04:05"

"2006-01-02T15:04:05Z"

to_timestamp
string<date-time>
required

End time of the query range in UTC, non-inclusive

Examples:

"2006-01-02T15:04:05"

"2006-01-02T15:04:05Z"

Response

object[] | null

OK

record_id
string<uuid>
required

Unique identifier for a record.

Example:

"12345678-1234-abcd-4321-abcdef123456"

status
enum<string>
required

Lab Report Status

Available options:
pending,
processing,
completed,
failed
collection_date
string
lab_information
object
modified_at
string<date-time>
notes
string
original_record_id
string
parsing_error
string
patient_information
object
result_date
string
sections
object[] | null
uploaded_at
string<date-time>