UK Civil Aviation Authority · Arazzo Workflow

Track UK CAA consultations

Version 1.0.0

Search the UK Civil Aviation Authority's published consultation activities, then pull the full detail record for the first match.

1 workflow 1 source API 1 provider
View Spec View on GitHub TravelUnited KingdomAviationAirlineAirportsRegulatorGovernmentDistributionConsumer ProtectionOpen DataArazzoWorkflows

Provider

uk-caa

Workflows

search-and-open-caa-consultation
Find an open CAA consultation and retrieve its full record.
Step 1 searches published activities with the documented filters. Step 2 takes the composite key (dept + id) off the first result and fetches that activity at the `all` field tier, which adds the contact details, supporting documents, audiences, interests and the "why are we consulting?" narrative.
2 steps inputs: state, text outputs: closes, contactEmail, participateUrl, title
1
search-activities
Search published CAA consultation activities.
2
get-activity-detail
Retrieve the full record for the first activity returned.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Track UK CAA consultations
  version: 1.0.0
  summary: >-
    Search the UK Civil Aviation Authority's published consultation activities, then
    pull the full detail record for the first match.
  description: >-
    A two-step read-only workflow over the only documented, publicly callable API on
    a caa.co.uk domain. Both operationIds are verified present in the referenced
    OpenAPI. No authentication is required at any step.
  x-realizes-capability-ids:
  - BC-3200.30
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-3200.30
      capability_name: Stakeholder and Public Consultation
      spec: uk-caa-consultations-api-openapi.yml
      confidence: 0.9
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: consultationsApi
  url: ../openapi/uk-caa-consultations-api-openapi.yml
  type: openapi
workflows:
- workflowId: search-and-open-caa-consultation
  summary: Find an open CAA consultation and retrieve its full record.
  description: >-
    Step 1 searches published activities with the documented filters. Step 2 takes
    the composite key (dept + id) off the first result and fetches that activity at
    the `all` field tier, which adds the contact details, supporting documents,
    audiences, interests and the "why are we consulting?" narrative.
  inputs:
    type: object
    properties:
      state:
        type: string
        description: Activity state — open, forthcoming or closed.
        default: open
      text:
        type: string
        description: Optional free-text search across title and overview.
    required: [state]
  steps:
  - stepId: search-activities
    description: Search published CAA consultation activities.
    operationId: json_search_results
    parameters:
    - name: st
      in: query
      value: $inputs.state
    - name: tx
      in: query
      value: $inputs.text
    - name: fields
      in: query
      value: extended
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstDept: $response.body#/0/dept
      firstId: $response.body#/0/id
      firstTitle: $response.body#/0/title
  - stepId: get-activity-detail
    description: Retrieve the full record for the first activity returned.
    operationId: json_consultation_details
    parameters:
    - name: dept
      in: query
      value: $steps.search-activities.outputs.firstDept
    - name: id
      in: query
      value: $steps.search-activities.outputs.firstId
    - name: fields
      in: query
      value: all
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      title: $response.body#/title
      enddate: $response.body#/enddate
      participateUrl: $response.body#/participate_url
      contactEmail: $response.body#/contact_email
      supportingDocuments: $response.body#/supporting_documents
  outputs:
    title: $steps.get-activity-detail.outputs.title
    closes: $steps.get-activity-detail.outputs.enddate
    participateUrl: $steps.get-activity-detail.outputs.participateUrl
    contactEmail: $steps.get-activity-detail.outputs.contactEmail

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/uk-caa-track-consultations"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.