Skip to main content
GET
Get Map Dependencies

Authorizations

X-Honeycomb-Team
string
header
required

Authenticate using a Honeycomb Configuration Key.

Pass the Token in the X-Honeycomb-Team header:

If you created your key using the API, use data.attributes.secret; this is the same value as the Token in the UI.

To learn how to create a Configuration Key, visit Manage Environment API Keys. To learn more about authenticating requests, visit API Authentication.

Path Parameters

requestId
string
required

The unique identifier (ID) of a Map Dependencies Request.

Query Parameters

page[after]
string

The string value of the next attribute from a previous result page. The cursor value must be empty or omitted for the first request of a cursor-paginated query.

page[size]
number
default:20

The number of entries to include per response. Maximum value is 100.

Required range: 1 <= x <= 100

Response

Success

Response containing map dependencies data.

request_id
string

Unique identifier for the Map Dependency Request.

Example:

"abc123"

status
enum<string>

Status of the Map Dependency Request.

Available options:
pending,
ready,
error
Example:

"ready"

dependencies
object[] | null

Array of service dependencies. Null when status is "pending" or "error".

Links to iterate through the pages of results.