Capture
Get capture session details
get/collection/{collection_id}/capture/session/{session_id}
Path parameters
collection_idstring required
Example:default
session_idstring required
Example:capture-12345
Response
Capture session details
Example response
{
"success": true,
"data": {
"session_id": "capture-12345",
"end_user_id": "user-123",
"status": "created",
"collection_id": "default",
"ws_connection_id": "conn-123"
}
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲