List Protocol Groups
List Protocol Groups
List a project’s protocol groups.
project_id is required — groups are project-scoped, exactly like the
protocols they group. Each item carries protocol_count, the number of
protocols currently filed under it.
Parameters
project_id : str
Project whose groups to list.
limit : int | None, optional
Page size, 1–100. When None, returns all groups.
offset : int | None, optional
Number of records to skip.
order_by : , optional
Column to sort by. Defaults to created_at.
order : , optional
Sort direction. Defaults to desc.
Returns
ProtocolGroupListResponse Page of groups plus the total number matching the filters.
List Protocol Groups
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0Available options:
name, created_at, updated_at Available options:
asc, desc