List Replicas
Replica
List Replicas
Returns a paginated list of all replicas in your organization. Supports filtering by user, source, and status. For this API endpoint, results are ordered by newest created_at first, except status=archived results are ordered by most recent activity (last_activity_at, falling back to created_at).
GET
List Replicas
Authorizations
API key authentication. Obtain your API key from the Replicas dashboard under Preferences → Organization → Settings → API Keys.
Query Parameters
Page number for pagination
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 100Filter replicas by the user who created them
Filter replicas by creation source
Available options:
api, dashboard, slack, linear, github, gitlab, automation Filter replicas by status
Available options:
active, sleeping, archived, preparing, error