Get multiple runs by IDs
Runs
Get multiple runs by IDs
Retrieve multiple runs by their IDs in a single request. Returns found runs and lists any IDs that were not found or not owned. Maximum 100 IDs per request.
POST
Get multiple runs by IDs
Documentation Index
Fetch the complete documentation index at: https://docs.tinyfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Get your key from the API Keys page.
Body
application/json
Array of run IDs to fetch
Batch runs request
Array of run IDs (1-100)
Required array length:
1 - 100 elementsExample:
[
"a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"b2c3d4e5-f6a7-8901-bcde-f23456789012"
]