Ask a question to get started
Enter to send•Shift+Enter new line
List the feedback ingest tokens for a run.
list_presigned_feedback_tokens( self, run_id: ID_TYPE, *, limit: Optional[int] = None ) -> Iterator[ls_schemas.FeedbackIngestToken]
run_id
Union[UUID, str]
The ID of the run to filter by.
limit
Optional[int]
None
The maximum number of tokens to return.