Skip to main content
GET
Get comprehensive details about a specific loop by its ID. This endpoint provides complete loop information including member details, statistics, and metadata.

Authentication

string
required
Your API key for authentication

Path Parameters

string
required
The unique identifier of the loop (24-character MongoDB ObjectID)

Response

boolean
Whether an error occurred
string
Success message
object

Loop Information Overview

Member Status Types

Active Members

Users who have accepted the invitation and can receive review requests.

Pending Members

Users who have been invited but haven’t joined the loop yet.

Loop Statistics

This endpoint provides key metrics about your loop:
  • Total Members: Complete count of all loop participants
  • Active Members: Users ready to receive review requests
  • Pending Invitations: Outstanding invitations that need acceptance
  • Activity Timeline: Creation and last update timestamps

Access Control

Who Can View Loops

Can view complete loop details including all member information and statistics.
Can view basic loop information but with limited member details (via mobile app).
API keys can only access loops created by the same user account.

Use Cases

Monitoring Loop Health

Check if your loop has enough active members:

Member Management

Track pending invitations:

Loop Analytics

Calculate member join rate:

Error Handling

Common Error Scenarios

Causes:
  • Invalid loop ID format
  • Loop doesn’t exist
  • Loop was deleted
  • User doesn’t have access to the loop
Cause: Loop ID must be a valid 24-character MongoDB ObjectID (hexadecimal).Valid format: 65f1234567890abcdef12345
Cause: API key doesn’t have permission to access this loop. Only the loop creator can access loop details via API.

Integration Examples

Loop Status Dashboard

Build a dashboard to monitor all your loops:

Automated Member Follow-up

Send reminders to pending members:

Next Steps

Update Loop

Modify loop details like name, description, or icon.

Manage Members

View detailed member information and manage loop membership.

Create Request

Start creating human review requests within this loop.