Retrieve dependency between entities
GET/api/v1/catalog/:callerTag/dependencies/:calleeTag
If a dependency exists between the callee
and the caller
, returns metadata about the edge.
Request
Responses
- 200
- 400
- 404
- 429
Successfully found dependency
Invalid endpoint
Dependency not found
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.