Skip to main content
List Activity Logs

Query Parameters

user_id
string | null
activity_type
enum<string> | null

Activity types for auditing purposes.

Every member here must also exist in the public.activity_type Postgres enum, and vice versa — a value present on only one side is unusable (an insert fails, or a stored row cannot be parsed). test_activity_type_enum_ parity in tests/integration_db/schema/ asserts the two lists match.

Available options:
simulation_created,
simulation_completed,
optimization_run,
file_uploaded,
file_deleted,
project_created,
project_updated,
project_deleted,
optimization_created,
optimization_deleted,
datafit_completed,
optimization_completed,
validation_completed,
simple_pipeline_completed,
cycler_protocol_run,
cycler_protocol_completed,
pipeline_created,
pipeline_deleted,
member_added,
member_role_updated,
member_deactivated,
member_reactivated,
member_removed,
cell_specification_created,
cell_specification_deleted,
cell_instance_created,
cell_instance_deleted,
cell_measurement_created,
cell_measurement_deleted,
protocol_template_created,
protocol_template_deleted,
study_created,
study_deleted,
model_created,
model_deleted
project_id
string | null
limit
integer
default:100
Required range: 1 <= x <= 1000
offset
integer | null
Required range: x >= 0

Response

Successful Response

id
string
required
user_id
string
required
organization_id
string
required
type
enum<string>
required

Activity types for auditing purposes.

Every member here must also exist in the public.activity_type Postgres enum, and vice versa — a value present on only one side is unusable (an insert fails, or a stored row cannot be parsed). test_activity_type_enum_ parity in tests/integration_db/schema/ asserts the two lists match.

Available options:
simulation_created,
simulation_completed,
optimization_run,
file_uploaded,
file_deleted,
project_created,
project_updated,
project_deleted,
optimization_created,
optimization_deleted,
datafit_completed,
optimization_completed,
validation_completed,
simple_pipeline_completed,
cycler_protocol_run,
cycler_protocol_completed,
pipeline_created,
pipeline_deleted,
member_added,
member_role_updated,
member_deactivated,
member_reactivated,
member_removed,
cell_specification_created,
cell_specification_deleted,
cell_instance_created,
cell_instance_deleted,
cell_measurement_created,
cell_measurement_deleted,
protocol_template_created,
protocol_template_deleted,
study_created,
study_deleted,
model_created,
model_deleted
created_at
string<date-time>
required
project_id
string | null
metadata
Metadata · object | null
usage_quantity
integer | null
compute_time
number | null
core_seconds
number | null