← Tools Reference

Conductor

Conductor integration (Marketing, Data). Imported from open-connector.

API key7 toolshttps://api.cm.conductor.com
GET
conductor_list_websites
List websites available in the connected Conductor Monitoring account.

/v2/entities/websites

GET
conductor_list_segments
List Conductor Monitoring segments for one website.

/v2/entities/segments

1 parameter
ParamTypeRequiredDescription
website_idstringoptionalThe Conductor Monitoring website ID returned by list_websites.
GET
conductor_get_statistics
Retrieve Conductor Monitoring statistics for a whole website or a segment scope.

/v2/data/statistics

3 parameters
ParamTypeRequiredDescription
website_idstringrequiredThe Conductor Monitoring website ID returned by list_websites.
scopestringrequiredThe Conductor Monitoring scope, such as website, segment:<segment_id>, or segme…
captured_atstringoptionalOptional historical capture timestamp in ISO 8601 format accepted by Conductor.
GET
conductor_list_pages
List pages for a Conductor Monitoring website with pagination.

/v2/data/pages

6 parameters
ParamTypeRequiredDescription
website_idstringrequiredThe Conductor Monitoring website ID returned by list_websites.
per_pageintegerrequiredThe number of records to return per page.
pageintegeroptionalThe one-based page number to retrieve. Do not use together with page_cursor.
page_cursorstringoptionalThe page cursor returned by the previous Conductor Monitoring page-list respons…
sortstringoptionalThe field Conductor should sort by.
directionstringoptionalThe Conductor sort direction.
GET
conductor_get_page
Retrieve data for one URL in a Conductor Monitoring website.

/v2/data/page

2 parameters
ParamTypeRequiredDescription
website_idstringoptionalThe Conductor Monitoring website ID returned by list_websites.
urlstringoptionalThe page URL to retrieve from the Conductor Monitoring website.
GET
conductor_list_issues
List Conductor Monitoring issues for a whole website or a segment scope.

/v2/data/issues

3 parameters
ParamTypeRequiredDescription
website_idstringrequiredThe Conductor Monitoring website ID returned by list_websites.
scopestringrequiredThe Conductor Monitoring scope, such as website, segment:<segment_id>, or segme…
captured_atstringoptionalOptional historical capture timestamp in ISO 8601 format accepted by Conductor.
GET
conductor_list_affected_pages
List pages affected by one Conductor Monitoring issue.

/v2/data/affected_pages

4 parameters
ParamTypeRequiredDescription
website_idstringrequiredThe Conductor Monitoring website ID returned by list_websites.
issuestringrequiredThe issue name returned by list_issues.
pageintegeroptionalThe one-based page number to retrieve. Do not use together with page_cursor.
per_pageintegeroptionalThe number of records to return per page.