getArc

fun getArc(id: Long): Arc

Retrieves details of a specific Arc by its ID.

Return

The Arc as an Arc object.

Parameters

id

The unique identifier of the Arc to retrieve.

Throws

If a generic error occurs during the API call.

If the provided credentials are invalid.

If the maximum number of retries is exceeded due to rate-limiting.