Skip to main content
GET
/
api
/
v1
/
notes
/
transcripts
/
seller
/
{seller}
/
{status}
Transcripciones por vendedor y estado
curl --request GET \
  --url https://apis.wekall.co/api/v1/notes/transcripts/seller/{seller}/{status} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.wekall.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Token obtenido desde POST /api/v1/auth/token

Path Parameters

seller
string
required

Email del vendedor

Example:

"vendedor@empresa.co"

status
enum<string>
required

Estado de la transcripcion

Available options:
done,
scheduled,
in_call_recording,
processing

Query Parameters

Response

Transcripciones filtradas por estado