Submit TAP async job
starfetch_tap_submit_jobSubmit a bounded ADQL query as an explicit TAP async job when synchronous querying cannot handle the workload. Preserves the exact query text and query-level limits for reproducible results.
Instructions
Submit metadata-backed bounded ADQL as an explicit TAP async job when synchronous querying is insufficient. Preserve the exact query and use starfetch_tap_query for small work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Explicit TAP base URL selected for this workflow; use this or service. | |
| query | Yes | Exact metadata-backed ADQL query text. Use TOP for a query-level bound; do not use LIMIT. | |
| runId | No | Optional TAP RUNID request value. | |
| maxrec | No | TAP MAXREC row limit. Defaults to 100 when omitted. | |
| service | No | Known Starfetch TAP service preset selected for this workflow; use this or url. | |
| uploads | No | TAP uploads forwarded to the service; local file paths are not supported. | |
| requestFormat | No | TAP RESPONSEFORMAT request value for the async job result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| diagnostics | Yes |