Overview
The apps query fetches the results of the AI App for all the meetings it ran successfully.Arguments
The
app_id
parameter retrieves all outputs against a specific AI App.The
transcript_id
parameter retrieves all outputs against a specific meeting/transcript.Number of records to skip over. Helps paginate results when used in combination with the
limit
param.Maximum number of
apps
outputs to fetch in a single query. The default query fetches 10 records, which is the maximum for a single request.