v46

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-174421106.5 KB
PlaybookAutofollows

Get the list of followers' user IDs of a playbook

get/plugins/playbooks/api/v0/playbooks/{id}/autofollows

Path parameters

idstring required
Example:iz0g457ikesz55dhxcfa0fk9yy

ID of the playbook to retrieve followers from.

Response

List of the user IDs who follow the playbook.

total_countinteger

The total number of users who marked this playbook to auto-follow runs.

itemsstring[]

The user IDs of who marked this playbook to auto-follow.

Example response

{
  "total_count": 12
}