cURL
curl --request GET \ --url https://scribe-api.puppilot.co/scribe/all \ --header 'Authorization: Bearer <token>'
{ "items": [ { "public_id": "<string>", "updated_at": "<string>", "transcript_public_id": "<string>", "template_public_id": "<string>", "organization_public_id": "<string>", "status": "scribed" } ], "has_next": true, "current_page": 123, "items_per_page": 123 }
Retrieve all available scribe requests
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of scribe requests.
The response is of type object.
object