Overview
The bites query is designed to fetch a list of bites against input arguments.Arguments
The
mine
parameter, when set to true, fetches results specific to the owner of the API keyYou can use
transcript_id
to query all bites against a specific transcript.The
my_team
parameter, when set to true, fetches results for the owner of the API keyMaximum number of bites to fetch in a single query. Maximum of 50
Number of records to skip over. Helps paginate results when used in combination with the
limit
param.Schema
Fields available to the Bites queryUsage Example
Error Codes
List of possible error codes that may be returned by thebites
query. Full list of error codes can be found here.
args_required
args_required
You must provide at least one of the following arguments: mine
, transcript_id
, my_team
to the bites query