By default, the API returns only objects created by the current user, excluding sharing information for performance optimization.
When shared_with_me is enabled, the API returns objects owned by other users but
shared with the current user, including their sharing details.
Enabling shared_by_me will include sharing information for objects that the current
user has shared with others.
Setting with_share_info to true combines both scenarios: it returns objects shared
by the current user as well as objects shared with the current user, complete with
their respective sharing information. This effectively merges the functionality of
both shared_by_me and shared_with_me.
List models:
GET /api/object?object_type=model
GET /api/object?object_type=model&shared_by_me=true
GET /api/object?object_type=model&shared_with_me=true
GET /api/object?object_type=model&with_share_info=true
List experiments:
GET /api/object?object_type=experiment
GET /api/object?object_type=experiment&shared_by_me=true
GET /api/object?object_type=experiment&shared_with_me=true
GET /api/object?object_type=experiment&with_share_info=true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
page number
page size
x <= 1000model, experiment, share, event, callback, relation, data, workflow, Whether to return the related share info
Filter objects shared by the current user
Filter objects shared with the current user
Filter by workflow id
NEW, RUN, FIN, ERR, Lambda, Fargate, Local, true, false, Filter by tags
All possible tags for cloudfunctions
Including: CloudFunctionManagedTag and CloudFunctionKind
internal, builtin, reserved, model, code OK