{"type":"api","title":"Get total job count","meta":{"id":"/apps/pubhub/media/crosswork-workflow-manager-api-document/c2b1495da5c551db36e03cbfd612f025412f8417/262737b2-b3c2-32cd-b07b-fdbdcd23918f","info":{"description":"Cisco Crosswork Workflow Manager (CWM) 2.1 offers RESTful APIs that enable automation engineers and developers to create, deploy, and manage workflows, adapters, jobs, resources, events, and workers within the Cisco CWM platform.","title":"Cisco Crosswork Workflow Manager API","termsOfService":"www.cisco.com","contact":{"name":"API Support","url":"https://www.cisco.com/support"},"version":"2.1.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/overview.md"}},"swagger":"2.0","basePath":"/crosswork/cwm/v2","securityDefinitions":{"Bearer":{"type":"apiKey","name":"Authorization","in":"header","description":"JWT Authorization header using the Bearer scheme. Example: \"Authorization: Bearer {token}\""}}},"spec":{"description":"Retrieve the total count of jobs, optionally filtered by a query.","consumes":["application/json"],"produces":["application/json"],"tags":["jobs"],"summary":"Get total job count.","operationId":"job_count","parameters":[{"type":"string","description":"Query to filter the job count.","name":"query","in":"query"}],"responses":{"200":{"description":"Total job count retrieved successfully.","schema":{"type":"string"}},"400":{"description":"Bad request.","schema":{"type":"object","additionalProperties":{},"$$ref":"#/definitions/gin.H"}},"404":{"description":"Jobs not found.","schema":{"type":"object","additionalProperties":{},"$$ref":"#/definitions/gin.H"}}},"__originalOperationId":"job-count","method":"get","path":"/job/count"}}