cURL
curl --request GET \ --url https://api.nlpearl.ai/v2/Pearl/{pearlId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "status": 123, "phoneNumber": "<string>", "totalAgents": 123, "created": "2023-11-07T05:31:56Z", "budgetConsumed": 123, "totalTodayCalls": 123, "totalOngoingCalls": 123, "totalOnQueue": 123, "totalLeads": 123, "totalLeadsCompleted": 123, "totalLeadsSuccess": 123, "budgetTotal": 123 }
Retrieves a specific Pearl by its ID
Specify the authorization token.
For more information, check out the Authorization Guide.
Details of the specific Pearl.
Here is the activity status
1 - Running
2 - Paused
3 - Suspended
10 - TemporaryMaintenance