Skip to main content
Poll the status and paginated results (page size 100) of a Limadata v2 batch job by batch_id, including limadata_batch_ad_audiences jobs.
Tool ID: limadata_batch_results

Run this action

Use the TypeScript SDK for a single call. Put ctx.tools.execute(...) inside a Play when the call should be durable, scheduled, or run across a CSV.

CLI

Example response

The SDK exposes this shape at result.toolResponse.raw. Values below are representative.
Use deepline tools get limadata_batch_results --json for the latest machine-readable contract.

Input reference

Retrieve the status and paginated results of a batch job. #### Status Values: - pending: Job is queued but not yet started - processing: Job is currently running - completed: Job finished successfully, results available - failed: Job failed, see error details - cancelled: Job was cancelled #### Pagination: - Page size is 100 items - Use the page query parameter to navigate through results (1-indexed) - Response includes pagination metadata (total pages, has next/previous page, etc.) #### Response: - Returns batch operation status and progress information - Includes paginated list of batch items with their results - Each item will contain a data field with the JSON output of the requested operation - Results expire and are deleted from our servers after 30 days #### Result Storage: Results expire and are deleted from our servers after 30 days. #### Polling recommendation: We See the live schema below for the complete notes.

Output reference

Standard tool result payload.

Deepline cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.