cURL
curl --request GET \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/fork/status \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "status_message": "<string>", "oxen_version": "<string>" }
Check the status of an in-progress or completed fork operation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Namespace of the forked repository
Name of the forked repository
Fork status returned successfully