<aside> 💡
このページの概要を一言で(この記事は〇分で読めます)
</aside>
基礎ガイド
操作マニュアル
トラブルシューティング
API活用ガイド
特定のクロール設定の実行履歴を JSON 形式でダウンロードするための APIです
GET <https://app.shtockdata.com/api/v1/executes>
$ curl -G <https://app.shtockdata.com/api/v1/executes> \\
-d flow_id=flow-xxxxxxxx \\
-d api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
application/json
※ パラメータの型はわかりやすくするためのものであり実際はすべて string である
flow_id
stringstringJSON
version
"v1"v1