Skip to main content

Strategy Group Endpoints

Create and manage strategy groups for bulk operations on collections of strategies.

Create strategy group

Request body

Response

Example

List strategy groups

Query parameters

Response

Example

Get strategy group

Get details for a specific group including member strategies.

Response

Example

Update strategy group

Update a group’s name or description.

Request body

All fields are optional. Include only fields to update.

Example

Delete strategy group

Delete a group. Strategies in the group become ungrouped — they are not deleted.

Response

Example

Add strategies to group

Add existing strategies to a group.

Request body

Response

Example

Remove strategy from group

Remove a strategy from a group (sets the strategy’s group to null — the strategy is not deleted).

Response

Example

Apply group schedule

Create or update a schedule for every strategy in the group.

Request body

Provide either interval_seconds or cron_expression, not both.

Response

Example

Delete group schedules

Delete all schedules for strategies in the group.

Response

Example

Toggle group schedules

Enable or disable all schedules for strategies in the group.

Request body

Response

Example

Apply group schema

Apply an output schema to all strategies in the group. This triggers asynchronous regeneration of each strategy.

Request body

See Output Schemas for supported types and nesting.

Response

Example

Get schema progress

Poll the progress of a group schema regeneration task.

Response

Returns progress details from the background regeneration task.

Example

Test group webhook

Send a test webhook using a group’s schedule webhook configuration.

Response

Example

The test uses the webhook URL from any existing schedule in the group. At least one member strategy must have a schedule with a webhook_url configured.

Error responses

See REST API Errors for detailed error handling.

Next steps

Strategy Groups Concept

Understand strategy group architecture

Output Schemas

Define output structure for groups

Python SDK

Strategy group methods in the SDK

Webhooks

Handle webhook notifications

Need help?

Email me at mckinnon@meter.sh