POST
/
v1
/
repositories
/
{id}
/
inspect_latest
curl --request POST \
  --url https://api.runloop.ai/v1/repositories/{id}/inspect_latest \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Repo Connection ID

Response

200 - application/json
OK

The response is of type object.