Skip to main content
GET
/
transcripts
/
{projectID}
/
hasUnreadTranscripts
Check Transcripts Status
curl --request GET \
  --url https://api.voiceflow.com/v2/transcripts/{projectID}/hasUnreadTranscripts \
  --header 'Authorization: <api-key>'
true

Authorizations

Authorization
string
header
required

All requests made to the Project API must be validated with the project DM API Key.

Path Parameters

projectID
string
required

Voiceflow project ID

Example:

"63204daf2c4a550006873772"

Response

200 - application/json

true if there are unreads, false otherwise

The response is of type boolean.

Example:

true