List Signals by Entity (Cursor)
Headers
Name
Type
Description
Parameter
Field
Type
Description
{
"success": true,
"statusCode": 200,
"message": "Signals retrieved successfully!",
"data": {
"docs": [],
"nextCursor": "abc123",
"prevCursor": null,
"hasNextPage": true,
"hasPrevPage": false,
"totalDocs": 50
},
"links": []
}HTTP/1.1 404 NotFound
{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}Last updated
Was this helpful?
