Retrieve
Retrieves a previously-submitted group member sync request by its grpmsr_ ID. Returns the acceptance timestamp, completion timestamp (if processing has finished), and the per-member results once available. While processing is in flight, completed_at and results are null.
Authentication
AuthorizationBearer
API Key or Access Token authentication using Bearer token in Authorization header. API keys use the vit_apk_ prefix, access tokens use the vit_at_ prefix.
Path parameters
group_id
Unique group identifier (grp_*)
request_id
Response headers
X-RateLimit-Limit
Maximum number of requests allowed within the rate limit window
X-RateLimit-Remaining
Number of requests remaining in the current rate limit window
X-RateLimit-Reset
Unix timestamp (seconds) when the rate limit window resets
Response
data
The group member sync request, including per-member results.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error

