Count cron jobs matching filters.
count(
self,
*,
assistant_id: str | None = None,
thread_id: str | None = None,
headers: Mapping[str, str] | None = None,
params: QueryParamTypes | None = None
) -> int| Name | Type | Description |
|---|---|---|
assistant_id | str | None | Default: NoneAssistant ID to filter by. |
thread_id | str | None | Default: NoneThread ID to filter by. |
headers | Mapping[str, str] | None | Default: NoneOptional custom headers to include with the request. |
params | QueryParamTypes | None | Default: NoneOptional query parameters to include with the request. |