Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve the list of followers of a specific issue by its ID or number. Note: Maximum 60 requests per minute are allowed. For more information about the required permissions refer to Access Control.
External DocumentationTo learn more, visit the Pylon documentation.

Parameters

ParameterDescription
Issue IdentifierThe ID or number of the issue to get followers for. Can be obtained using List Issues action.

Example Output

{
	"data": [
		{
			"id": "text",
			"type": "user"
		}
	],
	"request_id": "text"
}

Workflow Library Example

Get Issue Followers with Pylon and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop