Fetch TAP async job result
starfetch_tap_job_fetchRetrieve the result of a TAP async job by ID or URL and convert VOTable, CSV, or TSV output into JSON or JSONL for easier use in workflows.
Instructions
Fetch a TAP async job result. JSON and JSONL conversion supports VOTable, CSV, and TSV rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Explicit TAP base URL selected for this workflow; use this or service. | |
| format | Yes | MCP result output format. | |
| service | No | Known Starfetch TAP service preset selected for this workflow; use this or url. | |
| jobIdOrUrl | Yes | TAP async job id or absolute job URL. | |
| sourceFormat | No | Actual TAP result format for async job output. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| diagnostics | Yes |