Trigger a manual fetch
post
/v1/connections/{uuid}/fetch-now

Triggers an on-demand fetch for the given connection. Manual fetches are limited to 5 per hour per connection and are rejected if a scheduled fetch is already due within the next minute.

🔐 Authentication
X-API-KEY API key of the environment
Header parameter: X-API-KEY
X-TOKEN Token generated for a UI session
Header parameter: X-TOKEN
📤 Request

uuid
string
required
uuid

The UUID of the connection that should be fetched.

Example: 3598b23c-31db-4be9-9e6b-6aa1d5b60335
📥 Response
202 Accepted - the fetch has been queued for processing.
Content Type:
401 Unauthorized Error
Content Type:
403 Forbidden
Content Type:
404 Not Found
Content Type:
409 Conflict - a scheduled fetch is already due within the next minute.
Content Type:
422 Unprocessable Entity - the connection is not active.
Content Type:
429 Too Many Requests - rate limit of 5 manual fetches per hour per connection exceeded.
Content Type:
500 Internal Server Error
Content Type:
Response Examples