peaka_get_metadata_refresh_status
Retrieve the current status of a metadata refresh job for a specified catalog, with possible states including COMPLETED, FAILED, and ACTIVE.
Instructions
Check the current status of a metadata refresh job for a specific catalog. Possible statuses: NOT_ACTIVE, COMPLETED, WAITING, ACTIVE, DELAYED, FAILED, PAUSED, STUCK.
If you do not already know the projectId for the current task, call peaka_list_projects first and ask the user which project to use. Remember the chosen projectId for subsequent calls in this conversation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalogId | Yes | The catalog ID to check refresh status for. | |
| projectId | Yes | The Peaka project ID to run against. |