Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
const options = {method: 'GET', headers: {'X-API-Key': '<api-key>'}}; fetch('https://adp-global.laiye.com/open/agentic_engine/laiye/v1/app/run/query/task/{run_id}', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "code": "<string>", "message": "<string>", "tips": "<string>", "data": {} }
Query workflow run status and result by run_id.
Run ID.
Workflow run result.