cURL
curl --request GET \ --url https://api.onfabric.io/api/v1/journey/{user_id}
[ { "id": "<string>", "text": "<string>", "topics": [ "<string>" ], "entities": [ "<string>" ], "traits": { "sex": { "value": "MALE", "confidence": "NONE" }, "country": { "value": "ABW", "confidence": "NONE" }, "affluence": { "value": "LOW", "confidence": "NONE" }, "political_affiliation": { "value": "LEFT", "confidence": "NONE" }, "age": { "value": "0-18+", "confidence": "NONE" } }, "cohesion": 123, "count": 123, "start_time": "2023-11-07T05:31:56Z", "end_time": "2023-11-07T05:31:56Z" } ]
The api key generated from the Fabric developer portal
Number of results to return
Search string to filter events
Start date to filter events from
End date to filter events to
Successful Response
The response is of type JourneyRead · object[].
JourneyRead · object[]