List Batches
List batch jobs for the authenticated key’s owner.
Returns MeshAPI’s own BatchJob records (unified view across all providers)
in the OpenAI list format: {"object": "list", "data": [...], "has_more": bool}.
Supports cursor-based pagination via after (batch_id) and limit.